Bump cyclomatic and perceived complexity threshold by one
This commit is contained in:
parent
652de0b820
commit
6ffe8a06fd
1 changed files with 2 additions and 2 deletions
|
@ -743,14 +743,14 @@ Metrics/CyclomaticComplexity:
|
|||
A complexity metric that is strongly correlated to the number
|
||||
of test cases needed to validate a method.
|
||||
Enabled: true
|
||||
Max: 16
|
||||
Max: 17
|
||||
|
||||
Metrics/PerceivedComplexity:
|
||||
Description: >-
|
||||
A complexity metric geared towards measuring complexity for a
|
||||
human reader.
|
||||
Enabled: true
|
||||
Max: 16
|
||||
Max: 17
|
||||
|
||||
Metrics/ParameterLists:
|
||||
Description: 'Avoid parameter lists longer than three or four parameters.'
|
||||
|
|
Loading…
Reference in a new issue