.rubocop.yml in undercover-0.2.0 vs .rubocop.yml in undercover-0.2.1

- old
+ new

@@ -1,6 +1,8 @@ AllCops: TargetRubyVersion: 2.4.4 + Exclude: + - spec/fixtures/**/* Style/RegexpLiteral: EnforcedStyle: slashes AllowInnerSlashes: true