Skip to content

Commit 5e4ef01

Browse files
committed
Disable brittle cop
1 parent 8851030 commit 5e4ef01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Lint/DuplicateRegexpCharacterClassElement:
1818
Exclude: ['spec/**/*']
1919
Lint/MixedRegexpCaptureTypes:
2020
Exclude: ['spec/**/*']
21+
Lint/UnescapedBracketInRegexp:
22+
Exclude: ['spec/**/*']

0 commit comments

Comments
 (0)