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:
parent
9d0eb72e73
commit
0656cd6a31
|
@ -1,10 +1,10 @@
|
||||||
AllCops:
|
AllCops:
|
||||||
Includes:
|
Include:
|
||||||
- Rakefile
|
- Rakefile
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- config.ru
|
- config.ru
|
||||||
- gem_rake_helper.rb
|
- gem_rake_helper.rb
|
||||||
Excludes:
|
Exclude:
|
||||||
- script/**
|
- script/**
|
||||||
- vendor/**
|
- vendor/**
|
||||||
- bin/**
|
- bin/**
|
||||||
|
|
Loading…
Reference in a new issue