Skip to content

Commit

Permalink
Add Rubocop exclude for pattern matching
Browse files Browse the repository at this point in the history
Syntax in here has changed since 3.0 but updating Rubocop to a
newer Ruby causes other lines to be rejected.
  • Loading branch information
headius committed Jun 6, 2024
1 parent 35d60c8 commit 90a0c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ Lint/Debugger:
Lint/Loop:
Enabled: false

Lint/Syntax:
Exclude:
- 'language/pattern_matching_spec.rb'

Style/BlockComments:
Enabled: true

Expand Down

0 comments on commit 90a0c1c

Please sign in to comment.