rubocop: exclude more files.
We never want to check these for any e.g. taps that use them.
This commit is contained in:
parent
e465670942
commit
726045b2f4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user