Merge pull request #4332 from apjanke/exclude-vendor-simplecov
rubocop: exclude .simplecov under vendor
This commit is contained in:
commit
05c392423e
@ -3,7 +3,7 @@ inherit_from:
|
||||
|
||||
AllCops:
|
||||
Include:
|
||||
- '**/.simplecov'
|
||||
- 'Library/Homebrew/.simplecov'
|
||||
Exclude:
|
||||
- 'bin/*'
|
||||
- '**/Casks/**/*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user