diff options
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 29a891e2a..30b9ec81e 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -6,6 +6,11 @@ AllCops: - '**/Casks/**/*' - '**/vendor/**/*' +require: ./Homebrew/rubocops.rb + +Homebrew/CorrectBottleBlock: + Enabled: true + Metrics/AbcSize: Enabled: false |
