rubocop: exclude .simplecov under vendor

This commit is contained in:
Andrew Janke 2018-06-11 15:56:56 -04:00
parent 3081390ff8
commit abb917f381

View File

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