jumanjihouse / pre-commit-hooks

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

rubocop should allow args to be passed in #15

Closed jumanjiman closed 6 years ago

jumanjiman commented 6 years ago

https://github.com/jumanjihouse/pre-commit-hooks/blob/master/pre_commit_hooks/run-rubocop#L5 should pass through whatever args were put in the pre-commit config.

Thanks @fgc29 for pointing this out.