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

- old
+ new

@@ -14,10 +14,11 @@ - "spec/**/*" Exclude: - "lib/stub_requests/core_ext/**/*" - "Gemfile.lock" - "bin/setup" + - "gemfiles/**/*" Lint/HandleExceptions: Enabled: true Lint/UselessAssignment: @@ -37,9 +38,10 @@ Metrics/BlockLength: Enabled: true Exclude: - '**/spec/**/*.rb' + - '**/*.rake' Metrics/PerceivedComplexity: Max: 8 Naming/AccessorMethodName: