mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Comment out rubocop rules that aren't helpful
This commit is contained in:
parent
4ff9b9d0d5
commit
d4bd4f5163
1 changed files with 8 additions and 1 deletions
|
|
@ -14,14 +14,21 @@ Style/TrailingCommaInArrayLiteral:
|
|||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: comma
|
||||
|
||||
Layout/AlignHash:
|
||||
Enabled: false
|
||||
Layout/HashAlignment:
|
||||
EnforcedHashRocketStyle: table
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue