LibreWeb-Browser/check.sh

2 lines
166 B
Bash
Raw Normal View History

2020-11-14 19:51:00 -08:00
#!/usr/bin/env bash
cppcheck --enable=all --suppressions-list=suppressions.txt --error-exitcode=1 "$@" -I lib/commonmarker/src/ -I lib/commonmarker/extensions/ ./src