Increase RuboCop complexity limits
This commit is contained in:
parent
daa2543511
commit
25d382bfa0
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue