Skip to content

Commit

Permalink
[action][ci] add cppcheck new feature
Browse files Browse the repository at this point in the history
'--check-level=exhaustive'
这个选项可以更深入的在分支中检测,但是会耗时比较久一些。
  • Loading branch information
supperthomas authored and mysterywolf committed Sep 12, 2024
1 parent c78a19e commit c154c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/cpp_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def check(self):
'-I thread/components/finsh',
# it's okay because CI will do the real compilation to check this
'--suppress=syntaxError',
'--check-level=exhaustive',
'--enable=warning',
'performance',
'portability',
Expand Down

0 comments on commit c154c24

Please sign in to comment.