rubocop: exclude more files.

We never want to check these for any e.g. taps that use them.
This commit is contained in:
Mike McQuaid 2016-11-26 21:29:02 +00:00
parent e465670942
commit 726045b2f4

View File

@ -1,7 +1,10 @@
AllCops:
TargetRubyVersion: 2.0
Exclude:
- '**/Rakefile'
- '**/.*'
- '**/Casks/**/*'
- '**/vendor/**/*'
Metrics/AbcSize:
Enabled: false