From d9e0a0bce6f76f4c52286b70d39131b8351a7c5e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 7 Jul 2017 09:22:39 +0100 Subject: [PATCH] rubocop.yml: remove doublenegation disable. --- Library/Homebrew/.rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 4802d4c36f..26c9445294 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