]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
update-wiki-pages: adding retry and timeout
[rails.git] / .rubocop_todo.yml
index c03cf665c5089dd8af0530f42e1fc47665b6a822..bb0d7750ade40e572ab2ee51c3235aef8c23dd99 100644 (file)
@@ -65,7 +65,7 @@ Metrics/ClassLength:
 # Offense count: 58
 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
 Metrics/CyclomaticComplexity:
-  Max: 25
+  Max: 26
 
 # Offense count: 751
 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
@@ -80,7 +80,7 @@ Metrics/ParameterLists:
 # Offense count: 57
 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
 Metrics/PerceivedComplexity:
-  Max: 26
+  Max: 27
 
 # Offense count: 2495
 # This cop supports safe autocorrection (--autocorrect).