Add frozen string literal requirement
This commit is contained in:
parent
1471c4281f
commit
fb4b0455e3
1 changed files with 4 additions and 0 deletions
|
@ -763,5 +763,9 @@ RSpec/SharedExamples:
|
|||
Style/ClassAndModuleChildren:
|
||||
EnforcedStyle: compact
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: true
|
||||
EnforcedStyle: always_true
|
||||
|
||||
Style/PreferredHashMethods:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue