mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
Bump cyclomatic and perceived complexity threshold by one
This commit is contained in:
+2
-2
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user