Skip to content

Commit c154c24

Browse files
supperthomasmysterywolf
authored andcommitted
[action][ci] add cppcheck new feature
'--check-level=exhaustive' 这个选项可以更深入的在分支中检测,但是会耗时比较久一些。
1 parent c78a19e commit c154c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/cpp_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def check(self):
3333
'-I thread/components/finsh',
3434
# it's okay because CI will do the real compilation to check this
3535
'--suppress=syntaxError',
36+
'--check-level=exhaustive',
3637
'--enable=warning',
3738
'performance',
3839
'portability',

0 commit comments

Comments
 (0)