.rubocop_todo.yml in crunchbase4-0.1.0 vs .rubocop_todo.yml in crunchbase4-0.1.1

- old
+ new

@@ -7,11 +7,11 @@ # versions of RuboCop, may require this file to be generated again. # Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: - Max: 17 + Max: 30 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 138 @@ -30,6 +30,11 @@ # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 8 Metrics/BlockLength: + Max: 200 + Exclude: + - spec/entities/client_spec.rb + +Layout/LineLength: Max: 200