k9s/.codebeatsettings

40 lines
427 B
Plaintext

{
"GOLANG": {
"TOO_MANY_IVARS": [
10,
12,
15,
18
],
"LOC": [
30,
50,
80,
100
],
"TOTAL_LOC": [
200,
400,
500,
600
],
"TOO_MANY_FUNCTIONS": [
30,
40,
45,
46
],
"TOTAL_COMPLEXITY": [
100,
180,
300,
350
]
"ABC": [
10,
20,
45,
60
]
}
}