LibreWeb-Browser/scripts/cpp-check.sh

4 lines
253 B
Bash
Raw Normal View History

2022-01-21 15:39:53 -08:00
#!/usr/bin/env bash
# TODO: add to following flag to the cppcheck: --addon=cert
2022-01-27 14:25:48 -08:00
cppcheck --enable=all --library=googletest --suppressions-list=suppressions.txt --error-exitcode=1 "$@" -I lib/commonmarker/src/ -I lib/commonmarker/extensions/ ./src ./tst