Skip to content

Commit 24d3b46

Browse files
committed
Library/.rubocop.yml: temporarily disable buggy cop.
1 parent a2612e2 commit 24d3b46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Library/.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@ Style/OptionalBooleanParameter:
420420
- respond_to?
421421
- respond_to_missing?
422422

423+
# Broken in RuboCop 1.68.0 so tries to fix line continuations in inline patch blocks:
424+
# https://github.com/Homebrew/brew/actions/runs/11653110391/job/32460881827?pr=18682
425+
Style/RedundantLineContinuation:
426+
Enabled: false
427+
423428
# Rescuing `StandardError` is an understood default.
424429
Style/RescueStandardError:
425430
EnforcedStyle: implicit

0 commit comments

Comments
 (0)