From 7b8b6f06ecd62ed1dc014308402a702888fcf172 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:07:23 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 4035b608864..646abda1341 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -189,6 +189,8 @@ Style/OptionalBooleanParameter: AllowedMethods: - respond_to? - respond_to_missing? +Style/RedundantLineContinuation: + Enabled: false Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: