If you're having trouble running Rubocop, include .git/**/*
in the exclusion directory first. It will be explosive.
The version is 0.83.0.
AllCops:
Exclude:
- vendor/bundle/**/*
- bin/*
- db/**/*
- config/**/*
- lib/*
- Gemfile
- public/**/*
- tmp/**/*
- log/**/*
- .git/**/*
It took almost 2 minutes in my environment, but now it takes 6 seconds. Now you can do it often. I hope it helps.
Recommended Posts