2024-04-14 10:48:42 +00:00
|
|
|
inherit_gem:
|
|
|
|
rubocop-rails-omakase: rubocop.yml
|
|
|
|
|
2024-05-26 10:45:10 +00:00
|
|
|
Style/FrozenStringLiteralComment:
|
|
|
|
Enabled: true
|
|
|
|
|
2024-04-14 10:48:42 +00:00
|
|
|
Style/TrailingCommaInArguments:
|
|
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
|
|
|
|
Style/TrailingCommaInArrayLiteral:
|
|
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
|
|
|
|
Layout/IndentationConsistency:
|
|
|
|
Enabled: true
|
|
|
|
|
|
|
|
Layout/IndentationWidth:
|
|
|
|
Enabled: true
|
|
|
|
|