24 lines
410 B
YAML
24 lines
410 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
DisplayCopNames: true
|
|
|
|
Layout/AccessModifierIndentation:
|
|
EnforcedStyle: outdent
|
|
|
|
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/DoubleNegation:
|
|
Enabled: false
|
|
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/TrailingCommaInLiteral:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/VariableInterpolation:
|
|
Enabled: false
|