mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:26:01 +01:00
enforce trailing commas in multi-line hash literals
This commit is contained in:
parent
b0644b26c7
commit
55ff8a0d24
1 changed files with 3 additions and 0 deletions
|
@ -131,3 +131,6 @@ Style/Encoding:
|
||||||
|
|
||||||
Style/EndlessMethod:
|
Style/EndlessMethod:
|
||||||
EnforcedStyle: allow_always
|
EnforcedStyle: allow_always
|
||||||
|
|
||||||
|
Style/TrailingCommaInHashLiteral:
|
||||||
|
EnforcedStyleForMultiline: consistent_comma
|
||||||
|
|
Loading…
Reference in a new issue