chore: keyword conf

This commit is contained in:
张泊明518370910136 2025-01-27 20:50:22 -05:00
parent b6fa85790f
commit 05bc4648c4
GPG Key ID: CA088E6D9284F870
2 changed files with 4 additions and 12 deletions

View File

@ -40,20 +40,12 @@
"score": 100, "score": 100,
"matches": [ "matches": [
{ {
"severity": ["error"], "keywords": ["doubleFree"],
"score": 5 "score": 5
}, },
{ {
"severity": ["warning"], "keywords": ["memleak"],
"score": 2 "score": 7
},
{
"severity": ["portability", "performance", "style"],
"score": 1
},
{
"severity": ["debug"],
"score": 0
} }
] ]
} }

View File

@ -1 +1 @@
[{"name":"cppcheck","results":[{"score":86,"comment":"### Test results summary\n\n1. error: 2\n2. warning: 0\n3. portability: 0\n4. performance: 0\n5. style: 4\n6. information: 0\n7. debug: 0\n"}],"force_quit":false}] [{"name":"cppcheck","results":[{"score":88,"comment":"### Test results summary\n\n1. `memleak`: 1 occurrence(s), -7 point(s)\n2. `doubleFree`: 1 occurrence(s), -5 point(s)\n"}],"force_quit":false}]