Increase RuboCop complexity limits

This commit is contained in:
Anton Khorev 2023-12-21 17:29:51 +03:00
parent daa2543511
commit 25d382bfa0

View 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).