diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 3 |
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 |
