Fix rubocop config.

Since rubycop v0.20.0 'AllCops/Excludes' and 'AllCops/Includes' where renamed to
'AllCops/Exclude' and 'AllCops/Include'
This commit is contained in:
Fabian Rodriguez 2014-04-12 18:28:13 -03:00
parent 9d0eb72e73
commit 0656cd6a31

View file

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