26 lines
385 B
YAML
26 lines
385 B
YAML
AllCops:
|
|
TargetRubyVersion: 3.0
|
|
NewCops: enable
|
|
SuggestExtensions: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/StringLiteralsInInterpolation:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Layout/LineLength:
|
|
Max: 120
|
|
|
|
Metrics:
|
|
Enabled: false
|
|
|
|
Gemspec/DevelopmentDependencies:
|
|
Enabled: false
|
|
|
|
Lint/EmptyClass:
|
|
Enabled: false
|