Allow some errors in cppcheck

This commit is contained in:
Jan Möbius
2017-02-06 09:53:10 +01:00
parent b2db4f4d6a
commit 9fbf5033b2

View File

@@ -38,7 +38,7 @@ echo "CPPCHECK Summary"
echo "==============================================================================" echo "=============================================================================="
echo -e "${NC}" echo -e "${NC}"
if [ $COUNT -gt 0 ]; then if [ $COUNT -gt 8 ]; then
echo -e ${WARNING} echo -e ${WARNING}
echo "Total CPPCHECK error Count is $COUNT, which is too High! CPPCHECK Run failed"; echo "Total CPPCHECK error Count is $COUNT, which is too High! CPPCHECK Run failed";
echo -e "${NC}" echo -e "${NC}"