]> git.openstreetmap.org Git - rails.git/commitdiff
Increase RuboCop complexity limits
authorAnton Khorev <tony29@yandex.ru>
Thu, 21 Dec 2023 14:29:51 +0000 (17:29 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 21 Dec 2023 14:37:17 +0000 (17:37 +0300)
.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).