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: AllCops:
TargetRubyVersion: 2.0 TargetRubyVersion: 2.0
Exclude: Exclude:
- '**/Rakefile'
- '**/.*'
- '**/Casks/**/*' - '**/Casks/**/*'
- '**/vendor/**/*'
Metrics/AbcSize: Metrics/AbcSize:
Enabled: false Enabled: false