mine
derailed 2019-11-15 20:04:40 -07:00
parent 64fb916d65
commit c0b7bc76c9
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{ {
"GOLANG": { "GOLANG": {
"TOO_MANY_IVARS": [ "TOO_MANY_IVARS": [
8,
10, 10,
12, 12,
15 15,
18
], ],
"LOC": [ "LOC": [
30, 30,
@ -19,10 +19,10 @@
600 600
], ],
"TOO_MANY_FUNCTIONS": [ "TOO_MANY_FUNCTIONS": [
20,
30, 30,
40, 40,
50 45,
46
] ]
} }
} }