rubocop.yml: remove doublenegation disable.

This commit is contained in:
Mike McQuaid 2017-07-07 09:22:39 +01:00 committed by GitHub
parent 5adca2e33d
commit d9e0a0bce6

View File

@ -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