culture/rubocop/style.yml in celluloid-0.17.4 vs culture/rubocop/style.yml in celluloid-0.18.0.pre

- old
+ new

@@ -24,10 +24,14 @@ Enabled: false Style/AccessModifierIndentation: Enabled: false -Style/TrailingComma: +Style/TrailingCommaInArguments: + Enabled: true + EnforcedStyleForMultiline: comma + +Style/TrailingCommaInLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/SpaceInsideBlockBraces: Enabled: true