From da7f28e99617627c093f17de91d3e026883adb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 23 Aug 2023 10:31:56 +0200 Subject: [PATCH] Lowerd max allowed warnings for cppcheck --- CI/ci-cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-cppcheck.sh b/CI/ci-cppcheck.sh index ce31e3ba..573431b8 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -32,7 +32,7 @@ echo "CPPCHECK Summary" echo "==============================================================================" echo -e "${NC}" -MAX_COUNT=471 +MAX_COUNT=300 if [ $COUNT -gt $MAX_COUNT ]; then echo -e ${WARNING}