mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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_mode:
|
||||
merge:
|
||||
- Exclude
|
||||
|
||||
AllCops:
|
||||
UseCache: true
|
||||
CacheRootDirectory: tmp/rubocop_cache_rails_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue