Skip to content

Commit

Permalink
Disable brittle cop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Nov 29, 2024
1 parent 8851030 commit 5e4ef01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Lint/DuplicateRegexpCharacterClassElement:
Exclude: ['spec/**/*']
Lint/MixedRegexpCaptureTypes:
Exclude: ['spec/**/*']
Lint/UnescapedBracketInRegexp:
Exclude: ['spec/**/*']

0 comments on commit 5e4ef01

Please sign in to comment.