From e40d54d6699090d2c6fcc7272be423270eeafc82 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:06:13 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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