22 lines
434 B
YAML
22 lines
434 B
YAML
inherit_gem:
|
|
rubocop-rails-omakase: rubocop.yml
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: true
|
|
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/TrailingCommaInArrayLiteral:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Layout/IndentationConsistency:
|
|
Enabled: true
|
|
|
|
Layout/IndentationWidth:
|
|
Enabled: true
|
|
|