fix: typo in cppcheck parser

This commit is contained in:
张泊明518370910136 2024-10-04 06:51:10 -04:00
parent 866e73258c
commit fccb1bc04c
GPG Key ID: CA088E6D9284F870
2 changed files with 8 additions and 2 deletions

View File

@ -54,11 +54,17 @@
}, },
{ {
"severity": [ "severity": [
"probability", "portability",
"performance", "performance",
"style" "style"
], ],
"score": 1 "score": 1
},
{
"severity": [
"debug"
],
"score": 0
} }
] ]
} }

View File

@ -1 +1 @@
[{"name":"cppcheck","results":[{"score":95,"comment":"### Test results summary\n\n1. error: 1\n2. warning: 0\n3. probability: 0\n4. performance: 0\n5. style: 0\n6. information: 1"}],"force_quit":false}] [{"name":"cppcheck","results":[{"score":95,"comment":"### Test results summary\n\n1. error: 1\n2. warning: 0\n3. portability: 0\n4. performance: 0\n5. style: 0\n6. information: 1\n7. debug: 0\n"}],"force_quit":false}]