Merge pull request #1256 from fabianrbz/fix_rubocop_config
Fix rubocop config.
This commit is contained in:
commit
419a81fffb
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
AllCops:
|
||||
Includes:
|
||||
Include:
|
||||
- Rakefile
|
||||
- Gemfile
|
||||
- config.ru
|
||||
- gem_rake_helper.rb
|
||||
Excludes:
|
||||
Exclude:
|
||||
- script/**
|
||||
- vendor/**
|
||||
- bin/**
|
||||
|
|
Loading…
Reference in a new issue