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:
|
AllCops:
|
||||||
Include:
|
Include:
|
||||||
- '**/.simplecov'
|
- 'Library/Homebrew/.simplecov'
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'bin/*'
|
- 'bin/*'
|
||||||
- '**/Casks/**/*'
|
- '**/Casks/**/*'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user