Skip to content

Commit

Permalink
Merge pull request #5609 from vpodzime/master-cppcheck_ignore_workaround
Browse files Browse the repository at this point in the history
Workaround cppcheck ignoring `-i libpromises/cf3lex.c`
  • Loading branch information
vpodzime authored Sep 12, 2024
2 parents 4a442e6 + e9cfa41 commit 8334505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/static-check/run_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function check_with_clang() {

function check_with_cppcheck() {
rm -f config.cache
make clean
make -C libpromises/ bootstrap.inc # needed by libpromises/bootstrap.c
./configure -C --enable-debug

# cppcheck options:
Expand Down

0 comments on commit 8334505

Please sign in to comment.