chore: new conf version

This commit is contained in:
张泊明518370910136 2025-01-27 21:57:45 -05:00
parent 05bc4648c4
commit 58b5f6e803
GPG Key ID: CA088E6D9284F870

View File

@ -1,4 +1,5 @@
{ {
"stage": {
"stages": [ "stages": [
{ {
"name": "cppcheck", "name": "cppcheck",
@ -14,12 +15,16 @@
"--quiet", "--quiet",
"." "."
], ],
"env": ["PATH=/usr/bin:/bin:/usr/local/bin"], "env": [
"PATH=/usr/bin:/bin:/usr/local/bin"
],
"cpuLimit": 10000000000, "cpuLimit": 10000000000,
"memoryLimit": 419430400, "memoryLimit": 419430400,
"procLimit": 50, "procLimit": 50,
"copyInDir": ".", "copyInDir": ".",
"copyOut": ["stdout"], "copyOut": [
"stdout"
],
"stdin": { "stdin": {
"content": "" "content": ""
}, },
@ -40,11 +45,15 @@
"score": 100, "score": 100,
"matches": [ "matches": [
{ {
"keywords": ["doubleFree"], "keywords": [
"doubleFree"
],
"score": 5 "score": 5
}, },
{ {
"keywords": ["memleak"], "keywords": [
"memleak"
],
"score": 7 "score": 7
} }
] ]
@ -53,3 +62,4 @@
} }
] ]
} }
}