diff --git a/.rubocop.yml b/.rubocop.yml index b22b2c91..ffe20999 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -166,7 +166,7 @@ Style/InvertibleUnlessCondition: Enabled: true InverseMethods: :==: :!= - :zero?: + :zero?: :blank?: :present? Style/MutableConstant: EnforcedStyle: strict