Skip to content

Commit ab49a58

Browse files
committed
Disable rubocop Style/RegexpLiteral
1 parent 3e3bbe6 commit ab49a58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ Style/TrailingCommaInArrayLiteral:
6262

6363
Style/TrailingCommaInHashLiteral:
6464
Enabled: false
65+
66+
# Syntax Tree may rewrite regular expressions using different delimiters
67+
# than the ones enforced by RuboCop's Style/RegexpLiteral cop.
68+
Style/RegexpLiteral:
69+
Enabled: false

0 commit comments

Comments
 (0)