.rubocop.yml in undercover-0.3.0 vs .rubocop.yml in undercover-0.3.1

- old
+ new

@@ -8,9 +8,12 @@ AllowInnerSlashes: true Style/Documentation: Enabled: false +Style/TrailingCommaInArrayLiteral: + EnforcedStyleForMultiline: comma + Layout/SpaceInsideHashLiteralBraces: Enabled: true EnforcedStyle: no_space Metrics/BlockLength: