vmfloaty/.rubocop.yml
2019-10-21 21:09:04 -07:00

25 lines
557 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.4
Style/Documentation:
Enabled: False
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Layout/AlignHash:
EnforcedHashRocketStyle: table
Layout/IndentFirstHashElement:
EnforcedStyle: consistent
Style/StderrPuts:
Enabled: false
Style/WordArray:
Enabled: false