aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml
index 4802d4c36..26c944529 100644
--- a/Library/Homebrew/.rubocop.yml
+++ b/Library/Homebrew/.rubocop.yml
@@ -33,10 +33,6 @@ 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