]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Increase RuboCop complexity limits
[rails.git] / .rubocop_todo.yml
index e6772b8a4fc6d764a35eca646cd41609e406abb1..deaea8e2da3cbf11308aafa86c66b7d65f5f5d1a 100644 (file)
@@ -66,7 +66,7 @@ Metrics/ClassLength:
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/CyclomaticComplexity:
-  Max: 26
+  Max: 29
 
 # Offense count: 753
 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -81,7 +81,7 @@ Metrics/ParameterLists:
 # Offense count: 56
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/PerceivedComplexity:
-  Max: 29
+  Max: 30
 
 # Offense count: 2394
 # This cop supports safe autocorrection (--autocorrect).