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?
|
||||||
- respond_to_missing?
|
- 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.
|
# Rescuing `StandardError` is an understood default.
|
||||||
Style/RescueStandardError:
|
Style/RescueStandardError:
|
||||||
EnforcedStyle: implicit
|
EnforcedStyle: implicit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user