Merge pull request #18097 from Homebrew/update-rubocop

This commit is contained in:
Carlo Cabrera 2024-08-20 20:16:01 +08:00 committed by GitHub
commit 474f5763f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,9 +408,10 @@ Style/OpenStructUse:
Style/OptionalBooleanParameter: Style/OptionalBooleanParameter:
AllowedMethods: AllowedMethods:
# This is an override of a core library method # These are overrides of core library methods
# see https://ruby-doc.org/3.3.4/Object.html#method-i-respond_to-3F # see https://ruby-doc.org/3.3.4/Object.html#method-i-respond_to-3F
- respond_to? - respond_to?
- respond_to_missing?
# Rescuing `StandardError` is an understood default. # Rescuing `StandardError` is an understood default.
Style/RescueStandardError: Style/RescueStandardError: