jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

RuboCop should check more than just .rb files. This commit fixes that problem. #208

Closed knovoselic closed 9 years ago

knovoselic commented 9 years ago

RuboCop check was updated to forward following file types/files to the RuboCop: .gemspec .podspec .jbuilder .rake .opal .rb Gemfile Rakefile Capfile Guardfile Podfile Thorfile Vagrantfile Berksfile Cheffile Vagabondfile

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.0%) to 98.65% when pulling 20988e3cf61e7256d9ff9c19aebad4103a54f062 on glooko:support_more_rubocop_file_types into 038c91e1aae36e5d3a4d099dc6b7ecbdb9d04674 on jish:master.

mpapis commented 9 years ago

:+1:

jish commented 9 years ago

Thanks for your contribution.

knovoselic commented 9 years ago

That was quick, thanks :)