We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3aee6 commit 519033dCopy full SHA for 519033d
.ci/static-analysis.sh
@@ -19,7 +19,7 @@ function do_cppcheck()
19
# - [*.c] missingIncludeSystem: Focus on the example code, not the kernel headers.
20
21
local OPTS="
22
- --enable=warning,style,performance,information
+ --enable=warning,performance,information
23
--suppress=unusedFunction:hello-1.c
24
--suppress=missingIncludeSystem
25
--std=c89 "
0 commit comments