13 lines
224 B
YAML
13 lines
224 B
YAML
AllCops:
|
|
TargetRubyVersion: 3.2
|
|
|
|
Style/StringLiterals:
|
|
Enabled: true
|
|
# EnforcedStyle: single_quotes
|
|
|
|
Style/StringLiteralsInInterpolation:
|
|
Enabled: true
|
|
# EnforcedStyle: single_quotes
|
|
|
|
Layout/LineLength:
|
|
Max: 120
|