rubocop.yml: remove doublenegation disable.
This commit is contained in:
parent
5adca2e33d
commit
d9e0a0bce6
@ -33,10 +33,6 @@ Style/BlockDelimiters:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- '**/*_spec.rb'
|
- '**/*_spec.rb'
|
||||||
|
|
||||||
# used idiomatically to return boolean values
|
|
||||||
Style/DoubleNegation:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# so many of these in formulae but none in here
|
# so many of these in formulae but none in here
|
||||||
Style/GuardClause:
|
Style/GuardClause:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user