Skip to content

Commit f98c3f8

Browse files
committed
Enable Style/FrozenStringLiteralComment cop
1 parent 500df7e commit f98c3f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Layout/SpaceBeforeFirstArg:
7474
Style/MethodDefParentheses:
7575
Enabled: true
7676

77+
Style/FrozenStringLiteralComment:
78+
Enabled: true
79+
EnforcedStyle: always
80+
7781
# Use `foo {}` not `foo{}`.
7882
Layout/SpaceBeforeBlockBraces:
7983
Enabled: true

0 commit comments

Comments
 (0)