mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update Rubocop to not use old cop name
This commit is contained in:
parent
d963e357d3
commit
9a2cd816df
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ Style/TrailingCommaInArrayLiteral:
|
||||||
Style/TrailingCommaInArguments:
|
Style/TrailingCommaInArguments:
|
||||||
EnforcedStyleForMultiline: comma
|
EnforcedStyleForMultiline: comma
|
||||||
|
|
||||||
Layout/AlignHash:
|
Layout/HashAlignment:
|
||||||
EnforcedHashRocketStyle: table
|
EnforcedHashRocketStyle: table
|
||||||
Layout/IndentFirstHashElement:
|
Layout/FirstHashElementIndentation:
|
||||||
EnforcedStyle: consistent
|
EnforcedStyle: consistent
|
||||||
|
|
||||||
Style/StderrPuts:
|
Style/StderrPuts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue