You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/libinjection/test-cppcheck.sh

10 lines
275 B

#!/bin/bash
CPPCHECK=cppcheck
CPPCHECK_FLAGS=--quiet --enable=all --inconclusive --error-exitcode=2 \
--std=c89 --std=posix --std=c++11 \
--suppress=variableScope \
--template '{file}:{line} {severity} {id} {message}'
${CPPCHECK} ${CPPCHECK_FLAGS}