rubocop: allow consistent trailing commas.
Makes diffs nicer. Could maybe be changed to `comma` to be stricter.
This commit is contained in:
parent
312abc620c
commit
657f4ca2ce
@ -123,3 +123,7 @@ Style/PerlBackrefs:
|
||||
# this is required for Ruby 1.8
|
||||
Style/DotPosition:
|
||||
EnforcedStyle: trailing
|
||||
|
||||
# makes diffs nicer
|
||||
Style/TrailingComma:
|
||||
EnforcedStyleForMultiline: consistent_comma
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user