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:
Andrew Kvalheim 2020-04-03 17:06:36 -07:00
parent faffc49020
commit 17c0abb2de

View file

@ -2,6 +2,10 @@ require: rubocop-rspec
inherit_from: .rubocop_todo.yml
inherit_mode:
merge:
- Exclude
AllCops:
UseCache: true
CacheRootDirectory: tmp/rubocop_cache_rails_dir