MetalAdventures/.rubocop.yml

20 lines
438 B
YAML

Style/TrailingCommaInArguments:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false
Style/TrailingCommaInHashLiteral:
Enabled: false
Style/StringLiterals:
Enabled: false
Layout/HashAlignment:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
EnforcedStyle: compact
Style/NegatedIf:
Enabled: false
Style/AccessModifierDeclarations:
Enabled: false