Merge pull request #1256 from fabianrbz/fix_rubocop_config
Fix rubocop config.
This commit is contained in:
commit
419a81fffb
|
@ -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