.rubocop.yml in undercover-0.1.0 vs .rubocop.yml in undercover-0.1.1

- old
+ new

@@ -6,9 +6,13 @@ AllowInnerSlashes: true Style/Documentation: Enabled: false +Style/SpaceInsideHashLiteralBraces: + Enabled: true + EnforcedStyle: no_space + Metrics/BlockLength: Enabled: true Exclude: - spec/**/*