.rubocop_todo.yml in grape-swagger-0.25.2 vs .rubocop_todo.yml in grape-swagger-0.25.3

- old
+ new

@@ -16,20 +16,20 @@ Max: 30 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 247 + Max: 265 # Offense count: 10 Metrics/CyclomaticComplexity: Max: 15 # Offense count: 803 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 160 + Max: 120 # Offense count: 34 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 101