Fix rubocop config.

Since rubycop v0.20.0 'AllCops/Excludes' and 'AllCops/Includes' where renamed to
'AllCops/Exclude' and 'AllCops/Include'
remove_hooks
Fabian Rodriguez 2014-04-12 18:28:13 -03:00
parent 9d0eb72e73
commit 0656cd6a31
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
AllCops:
Includes:
Include:
- Rakefile
- Gemfile
- config.ru
- gem_rake_helper.rb
Excludes:
Exclude:
- script/**
- vendor/**
- bin/**