rubocop.yml in mbs-0.0.1 vs rubocop.yml in mbs-0.0.2

- old
+ new

@@ -10,7 +10,10 @@ Metrics/LineLength: Exclude: - 'spec/**/*' -Style/TrailingCommaInLiteral: +Style/TrailingCommaInArrayLiteral: + EnforcedStyleForMultiline: comma + +Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma