.rubocop.yml in image_optim_pack-0.2.1.20160103 vs .rubocop.yml in image_optim_pack-0.2.1.20160117
- old
+ new
@@ -45,7 +45,10 @@
EnforcedStyle: no_space
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
-Style/TrailingComma:
+Style/TrailingCommaInArguments:
+ EnforcedStyleForMultiline: no_comma
+
+Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma