mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
github-ci: Enable exhaustive branch analysis in cppcheck job.
This commit is contained in:
parent
d69aee5244
commit
26be7c3f11
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scripts/mass-cppcheck.sh
vendored
1
.github/workflows/scripts/mass-cppcheck.sh
vendored
|
@ -39,6 +39,7 @@ for xml_context_bytes in 0 1024; do
|
|||
--quiet
|
||||
--error-exitcode=1
|
||||
--force
|
||||
--check-level=exhaustive
|
||||
--suppress=objectIndex
|
||||
--suppress=unknownMacro
|
||||
-DXML_CONTEXT_BYTES=${xml_context_bytes}
|
||||
|
|
Loading…
Add table
Reference in a new issue