mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Enable frozen string literal comment for rubocop
This commit is contained in:
parent
873cf4add2
commit
89dcdace86
@ -59,6 +59,10 @@ Style/MissingElse:
|
||||
Style/EmptyElse:
|
||||
EnforcedStyle: empty
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: true
|
||||
EnforcedStyle: always
|
||||
|
||||
Style/MultilineOperationIndentation:
|
||||
EnforcedStyle: indented
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user