Skip to content

Commit 3c52082

Browse files
committed
Disables frozen string check
1 parent bd13a4a commit 3c52082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linters/ruby/.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ Style/TrailingCommaInArguments:
5252

5353
Style/TrailingCommaInLiteral:
5454
EnforcedStyleForMultiline: comma
55+
56+
Style/FrozenStringLiteralComment:
57+
Enabled: false

0 commit comments

Comments
 (0)