.rubocop.yml in circleci-coverage_reporter-0.2.0 vs .rubocop.yml in circleci-coverage_reporter-0.3.0

- old
+ new

@@ -2,9 +2,13 @@ TargetRubyVersion: 2.4 Metrics/LineLength: Max: 125 +Metrics/BlockLength: + Exclude: + - 'spec/**/*.rb' + Style/AndOr: EnforcedStyle: conditionals Style/Documentation: Enabled: false