We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3bbe6 commit ab49a58Copy full SHA for ab49a58
config/rubocop.yml
@@ -62,3 +62,8 @@ Style/TrailingCommaInArrayLiteral:
62
63
Style/TrailingCommaInHashLiteral:
64
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