Don't clobber RuboCop's default excludes
By default, adding an exclude (faffc49) has the effect of removing the
default excludes. Merge them as described in rubocop-hq/rubocop#6567.
This commit is contained in:
parent
162e0f720f
commit
75d28b802f
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ require: rubocop-rspec
|
||||||
|
|
||||||
inherit_from: .rubocop_todo.yml
|
inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
|
inherit_mode:
|
||||||
|
merge:
|
||||||
|
- Exclude
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
UseCache: true
|
UseCache: true
|
||||||
CacheRootDirectory: tmp/rubocop_cache_rails_dir
|
CacheRootDirectory: tmp/rubocop_cache_rails_dir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue