From 85d191c0c03d5444aa63bdf0fdb9943383028c31 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:33 +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: