Skip to content

Commit

Permalink
Travis CI: Re-enable tools/setjmp_t.c processing by cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 22, 2024
1 parent 722d445 commit 6e8ccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- env:
- CPPCHECK_ENABLE="-j4 --enable=all --disable=missingInclude,unusedFunction --force -U GC_PRIVATE_H -I libatomic_ops/src n*.c o*.c p*.c r*.c s*.c t*.c w*.c cord/*.c"
- env:
- CPPCHECK_ENABLE="-j4 --enable=all --disable=missingInclude,unusedFunction --force -I libatomic_ops/src *.cc cord/tests/*.c extra/ms*.c extra/*.cpp tests/*.c tests/*.cc tools/i*.c tools/t*.c"
- CPPCHECK_ENABLE="-j4 --enable=all --disable=missingInclude,unusedFunction --force -I libatomic_ops/src *.cc cord/tests/*.c extra/m*.c extra/*.cpp tests/*.c tests/*.cc tools/*.c"
- CPPCHECK_OUT_FILTER="Z"
- arch: arm64
compiler: clang
Expand Down

0 comments on commit 6e8ccad

Please sign in to comment.