Skip to content

Commit

Permalink
Library/.rubocop.yml: temporarily disable buggy cop.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Nov 5, 2024
1 parent a2612e2 commit 24d3b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24d3b46

Please sign in to comment.