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