aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml
index 26c944529..4802d4c36 100644
--- a/Library/Homebrew/.rubocop.yml
+++ b/Library/Homebrew/.rubocop.yml
@@ -33,6 +33,10 @@ Style/BlockDelimiters:
Exclude:
- '**/*_spec.rb'
+# used idiomatically to return boolean values
+Style/DoubleNegation:
+ Enabled: false
+
# so many of these in formulae but none in here
Style/GuardClause:
Enabled: true