[action][ci] add cppcheck new feature

'--check-level=exhaustive'
这个选项可以更深入的在分支中检测,但是会耗时比较久一些。
This commit is contained in:
Supper Thomas 2024-09-12 07:20:20 +08:00 committed by Meco Man
parent c78a19ed26
commit c154c24319
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class CPPCheck:
'-I thread/components/finsh', '-I thread/components/finsh',
# it's okay because CI will do the real compilation to check this # it's okay because CI will do the real compilation to check this
'--suppress=syntaxError', '--suppress=syntaxError',
'--check-level=exhaustive',
'--enable=warning', '--enable=warning',
'performance', 'performance',
'portability', 'portability',