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