From 4d1ad02c4fef950e928b1312e446881c22010074 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:35 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 89d314e7a..41d750484 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -185,6 +185,10 @@ Style/OpenStructUse: - Taps/**/* - Homebrew/cli/args.rb - Homebrew/cli/args.rbi +Style/OptionalBooleanParameter: + AllowedMethods: + - respond_to? + - respond_to_missing? Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: