From 809293913f021ea5d85ecea2327788c8d21b5db1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:41 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index fc34e179..41d75048 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -188,6 +188,7 @@ Style/OpenStructUse: Style/OptionalBooleanParameter: AllowedMethods: - respond_to? + - respond_to_missing? Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: