Skip to content

Commit 519033d

Browse files
committed
CI: Skip style with Cppcheck
For callback functions, we may not expect to changes their prototypes, and this commit skips the corresponding checks.
1 parent 6e3aee6 commit 519033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/static-analysis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function do_cppcheck()
1919
# - [*.c] missingIncludeSystem: Focus on the example code, not the kernel headers.
2020

2121
local OPTS="
22-
--enable=warning,style,performance,information
22+
--enable=warning,performance,information
2323
--suppress=unusedFunction:hello-1.c
2424
--suppress=missingIncludeSystem
2525
--std=c89 "

0 commit comments

Comments
 (0)