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