Merge pull request #4332 from apjanke/exclude-vendor-simplecov

rubocop: exclude .simplecov under vendor
This commit is contained in:
Markus Reiter 2018-06-13 08:11:00 +02:00 committed by GitHub
commit 05c392423e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ inherit_from:
AllCops:
Include:
- '**/.simplecov'
- 'Library/Homebrew/.simplecov'
Exclude:
- 'bin/*'
- '**/Casks/**/*'