mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
(rubocop) Fix Style/TrailingCommaInArrayLiteral
This commit is contained in:
parent
58f64b2843
commit
0e5dd9b7db
1 changed files with 2 additions and 0 deletions
|
|
@ -8,3 +8,5 @@ Style/HashSyntax:
|
||||||
EnforcedStyle: hash_rockets
|
EnforcedStyle: hash_rockets
|
||||||
Style/TrailingCommaInHashLiteral:
|
Style/TrailingCommaInHashLiteral:
|
||||||
EnforcedStyleForMultiline: comma
|
EnforcedStyleForMultiline: comma
|
||||||
|
Style/TrailingCommaInArrayLiteral:
|
||||||
|
EnforcedStyleForMultiline: comma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue