mirror of https://github.com/neutrinolabs/xrdp
CI: skip running cppcheck on third_party sources
This commit is contained in:
parent
740bcfde47
commit
cd1c479069
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue