Decrease Metrics/CyclomaticComplexity threshold to 15
This commit is contained in:
parent
2a8dec2c27
commit
ad7178ad87
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ Metrics/ClassLength:
|
|||
# of test cases needed to validate a method.
|
||||
Metrics/CyclomaticComplexity:
|
||||
Enabled: true
|
||||
Max: 16
|
||||
Max: 15
|
||||
|
||||
# Limit lines to 80 characters.
|
||||
Metrics/LineLength:
|
||||
|
|
Loading…
Reference in a new issue