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
"text": "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."
16
-
},
17
-
"properties": {
18
-
"tags": [
19
-
"warning"
20
-
]
21
-
}
22
-
},
23
-
{
24
-
"id": "Lizard_file-nloc-medium",
25
-
"shortDescription": {
26
-
"text": "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."
27
-
},
28
-
"properties": {
29
-
"tags": [
30
-
"warning"
31
-
]
32
-
}
33
-
},
34
-
{
35
-
"id": "Lizard_nloc-medium",
36
-
"shortDescription": {
37
-
"text": "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."
38
-
},
39
-
"properties": {
40
-
"tags": [
41
-
"warning"
42
-
]
43
-
}
44
-
},
45
-
{
46
-
"id": "Lizard_parameter-count-medium",
47
-
"shortDescription": {
48
-
"text": "Check the number of parameters sent to a function. If the threshold is not met, raise a Medium issue. The default threshold is 8."
0 commit comments