You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Check the Cyclomatic Complexity value of a function or logic block. If the threshold is not met, raise a Medium issue. The default threshold is 8.
5
+
explanation: |-
6
+
# Medium Cyclomatic Complexity control
7
+
8
+
Check the Cyclomatic Complexity value of a function or logic block. If the threshold is not met, raise a Medium issue. The default threshold is 7.
9
+
id: Lizard_ccn-medium
10
+
level: Warning
11
+
severityLevel: Warning
12
+
threshold: 8
13
+
timeToFix: 5
14
+
title: Medium Cyclomatic Complexity control
15
+
Lizard_file-nloc-medium:
16
+
category: Complexity
17
+
description: Check the number of lines of code (without comments) in a file. If the threshold is not met, raise a Medium issue. The default threshold is 500.
18
+
explanation: ""
19
+
id: Lizard_file-nloc-medium
20
+
level: Warning
21
+
severityLevel: Warning
22
+
threshold: 500
23
+
timeToFix: 5
24
+
title: Medium File NLOC control - Number of Lines of Code (without comments)
25
+
Lizard_nloc-medium:
26
+
category: Complexity
27
+
description: Check the number of lines of code (without comments) in a function. If the threshold is not met, raise a Medium issue. The default threshold is 50.
28
+
explanation: |-
29
+
# Medium NLOC control - Number of Lines of Code (without comments)
30
+
31
+
Check the number of lines of code (without comments) in a function. If the threshold is not met, raise a Medium issue. The default threshold is 50.
32
+
id: Lizard_nloc-medium
33
+
level: Warning
34
+
severityLevel: Warning
35
+
threshold: 50
36
+
timeToFix: 5
37
+
title: Medium NLOC control - Number of Lines of Code (without comments)
38
+
Lizard_parameter-count-medium:
39
+
category: Complexity
40
+
description: Check the number of parameters sent to a function. If the threshold is not met, raise a Medium issue. The default threshold is 8.
41
+
explanation: |-
42
+
# Medium Parameter count control
43
+
44
+
Check the number of parameters sent to a function. If the threshold is not met, raise a Medium issue. The default threshold is 5.
0 commit comments