jumanjihouse / pre-commit-hooks

git pre-commit hooks that work with http://pre-commit.com/
MIT License
114 stars 52 forks source link

Use Rubocop's flag to skip excluded files #97

Open liaden opened 2 years ago

liaden commented 2 years ago

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.

Freed-Wu commented 1 year ago

Maybe we should remove rubocop because #110