aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index be2fb4a67..097eff995 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -1,7 +1,10 @@
AllCops:
TargetRubyVersion: 2.0
Exclude:
+ - '**/Rakefile'
+ - '**/.*'
- '**/Casks/**/*'
+ - '**/vendor/**/*'
Metrics/AbcSize:
Enabled: false