mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21: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:
|
Style/TrailingCommaInArguments:
|
||||||
EnforcedStyleForMultiline: comma
|
EnforcedStyleForMultiline: comma
|
||||||
|
|
||||||
|
Layout/AlignHash:
|
||||||
|
Enabled: false
|
||||||
Layout/HashAlignment:
|
Layout/HashAlignment:
|
||||||
EnforcedHashRocketStyle: table
|
EnforcedHashRocketStyle: table
|
||||||
Layout/FirstHashElementIndentation:
|
Layout/FirstHashElementIndentation:
|
||||||
EnforcedStyle: consistent
|
EnforcedStyle: consistent
|
||||||
Metrics/ParameterLists:
|
Metrics/ParameterLists:
|
||||||
Enabled: False
|
Enabled: False
|
||||||
|
Layout/SpaceAroundOperators:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
Style/StderrPuts:
|
Style/StderrPuts:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/WordArray:
|
Style/WordArray:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/CyclomaticComplexity:
|
||||||
|
Enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue