.rubocop.yml in faraday-digestauth-0.2.1 vs .rubocop.yml in faraday-digestauth-0.3.0

- old
+ new

@@ -1,5 +1,7 @@ +require: rubocop-rspec + AllCops: Exclude: - vendor/**/* - bin/**/* @@ -45,9 +47,15 @@ Enabled: false BlockNesting: # TODO: fix too much nesting Max: 4 + +Style/BlockLength: + Exclude: + - 'Rakefile' + - '**/*.rake' + - 'spec/**/*.rb' Lambda: # TODO: replace all lambda with -> or Proc Enabled: false