From 58da9688f33f9533c82b215c18a5e49e7188234b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:29:16 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3f025aad62d5b..625f3b05c798f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -183,8 +183,6 @@ Style/NumericLiterals: Style/OpenStructUse: Exclude: - Taps/**/* - - Homebrew/cli/args.rb - - Homebrew/cli/args.rbi Style/OptionalBooleanParameter: AllowedMethods: - respond_to?