Changesd cppcheck builder

This commit is contained in:
Jan Möbius
2023-08-22 14:01:59 +02:00
parent 08ed7dd80e
commit ff8d78415b
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
!/bin/bash
# Exit script on any error
set -e
@@ -32,7 +32,7 @@ echo "CPPCHECK Summary"
echo "=============================================================================="
echo -e "${NC}"
MAX_COUNT=24
MAX_COUNT=25
if [ $COUNT -gt $MAX_COUNT ]; then
echo -e ${WARNING}