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