.rubocop_todo.yml in grape-0.12.0 vs .rubocop_todo.yml in grape-0.13.0

- old
+ new

@@ -14,11 +14,11 @@ Max: 4 # Offense count: 4 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 246 + Max: 252 # Offense count: 23 Metrics/CyclomaticComplexity: Max: 20 @@ -33,10 +33,10 @@ Max: 35 # Offense count: 8 # Configuration parameters: CountComments. Metrics/ModuleLength: - Max: 243 + Max: 271 # Offense count: 17 Metrics/PerceivedComplexity: Max: 22