mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(rubocop) Fix Layout/AlignHash & Layout/IndentHash
This commit is contained in:
parent
f2167f8be7
commit
851009b1f6
7 changed files with 74 additions and 70 deletions
|
|
@ -12,3 +12,7 @@ Style/TrailingCommaInArrayLiteral:
|
||||||
EnforcedStyleForMultiline: comma
|
EnforcedStyleForMultiline: comma
|
||||||
Style/TrailingCommaInArguments:
|
Style/TrailingCommaInArguments:
|
||||||
EnforcedStyleForMultiline: comma
|
EnforcedStyleForMultiline: comma
|
||||||
|
Layout/AlignHash:
|
||||||
|
EnforcedHashRocketStyle: table
|
||||||
|
Layout/IndentHash:
|
||||||
|
EnforcedStyle: consistent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue