diff --git a/ci/cppcheck.sh b/ci/cppcheck.sh index 527e10d7670bdb8b14326b2616fe5eb15253d6c8..8252d5a24d4d604f4d7acfb8c792021dee4019b0 100755 --- a/ci/cppcheck.sh +++ b/ci/cppcheck.sh @@ -12,5 +12,4 @@ echo -e "\u001b[34;1mStarting cppcheck...\u001b[0m" echo -e "\u001b[34;1mRunning cppcheck with default checklist...\u001b[0m" cd "$(dirname "$0")/.." -cppcheck --enable=all --inline-suppr --suppress=unusedFunction --suppress=missingIncludeSystem \ - --suppress=noExplicitConstructor --error-exitcode=1 -I inc src test +cppcheck --enable=all --error-exitcode=1 -I inc src test