mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
34 lines
737 B
YAML
34 lines
737 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:
|
|
Enabled: false
|
|
Layout/HashAlignment:
|
|
EnforcedHashRocketStyle: table
|
|
Layout/FirstHashElementIndentation:
|
|
EnforcedStyle: consistent
|
|
Metrics/ParameterLists:
|
|
Enabled: False
|
|
Layout/SpaceAroundOperators:
|
|
Enabled: false
|
|
|
|
Style/StderrPuts:
|
|
Enabled: false
|
|
Style/WordArray:
|
|
Enabled: false
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
Enabled: false
|