mirror of
https://github.com/Homebrew/brew.git
synced 2024-11-25 16:33:34 +08:00
Library/.rubocop.yml: temporarily disable buggy cop.
This commit is contained in:
parent
a2612e23dc
commit
24d3b46f42
@ -420,6 +420,11 @@ Style/OptionalBooleanParameter:
|
||||
- respond_to?
|
||||
- respond_to_missing?
|
||||
|
||||
# Broken in RuboCop 1.68.0 so tries to fix line continuations in inline patch blocks:
|
||||
# https://github.com/Homebrew/brew/actions/runs/11653110391/job/32460881827?pr=18682
|
||||
Style/RedundantLineContinuation:
|
||||
Enabled: false
|
||||
|
||||
# Rescuing `StandardError` is an understood default.
|
||||
Style/RescueStandardError:
|
||||
EnforcedStyle: implicit
|
||||
|
Loading…
Reference in New Issue
Block a user