chore: keyword conf

This commit is contained in:
张泊明518370910136 2025-01-27 20:54:44 -05:00
parent 81ebccdd94
commit d4eb6b9928
GPG Key ID: CA088E6D9284F870
2 changed files with 8 additions and 2 deletions

View File

@ -31,7 +31,13 @@
"name": "cpplint",
"with": {
"score": 0,
"comment": "check done"
"comment": "check done",
"matches": [
{
"keywords": ["whitespace", "legal"],
"score": 5
}
]
}
}
}

View File

@ -1 +1 @@
[{"name":"cpplint","results":[{"score":-36,"comment":"### Test results summary\n\n1. whitespace: 14\n2. legal: 1\n"}],"force_quit":false}]
[{"name":"cpplint","results":[{"score":-75,"comment":"### Test results summary\n\n1. `whitespace`: 14 occurrence(s), -70 point(s)\n2. `legal`: 1 occurrence(s), -5 point(s)\n"}],"force_quit":false}]