pre-commit-hooks
pre-commit-hooks copied to clipboard
Use Rubocop's flag to skip excluded files
This flag been around since 2014 and version 0.20.0, and it avoids running rubocop against files that are excluded in the .rubocop.yml configuration.
- [1] https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md#new-features-102
Maybe we should remove rubocop because #110