.rubocop.yml in circleci-coverage_reporter-0.1.2 vs .rubocop.yml in circleci-coverage_reporter-0.1.3

- old
+ new

@@ -2,9 +2,12 @@ TargetRubyVersion: 2.4 Metrics/LineLength: Max: 125 +Style/AndOr: + EnforcedStyle: conditionals + Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false