Skip to content

Commit

Permalink
CI: Skip style with Cppcheck
Browse files Browse the repository at this point in the history
For callback functions, we may not expect to changes their prototypes,
and this commit skips the corresponding checks.
  • Loading branch information
jserv committed Dec 11, 2024
1 parent 6e3aee6 commit 519033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/static-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function do_cppcheck()
# - [*.c] missingIncludeSystem: Focus on the example code, not the kernel headers.

local OPTS="
--enable=warning,style,performance,information
--enable=warning,performance,information
--suppress=unusedFunction:hello-1.c
--suppress=missingIncludeSystem
--std=c89 "
Expand Down

0 comments on commit 519033d

Please sign in to comment.