Enable frozen string literal comment for rubocop

This commit is contained in:
Krzysztof Rybka 2018-12-17 15:40:59 +01:00
parent 873cf4add2
commit 89dcdace86

View File

@ -59,6 +59,10 @@ Style/MissingElse:
Style/EmptyElse:
EnforcedStyle: empty
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Style/MultilineOperationIndentation:
EnforcedStyle: indented