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 committed by Henne Vogelsang
parent 162e0f720f
commit 75d28b802f
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0

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