CI: skip running cppcheck on third_party sources

This commit is contained in:
Koichiro IWAO 2023-03-29 21:47:08 +09:00
parent 740bcfde47
commit cd1c479069
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ fi
# Supply default flags passed to cppcheck if necessary
if [ -z "$CPPCHECK_FLAGS" ]; then
CPPCHECK_FLAGS="--quiet --force --std=c11 --std=c++11 --inline-suppr \
--enable=warning --error-exitcode=1"
--enable=warning --error-exitcode=1 -i third_party"
fi
# Any options/directories specified?