Allow some errors in cppcheck
This commit is contained in:
@@ -38,7 +38,7 @@ echo "CPPCHECK Summary"
|
||||
echo "=============================================================================="
|
||||
echo -e "${NC}"
|
||||
|
||||
if [ $COUNT -gt 0 ]; then
|
||||
if [ $COUNT -gt 8 ]; then
|
||||
echo -e ${WARNING}
|
||||
echo "Total CPPCHECK error Count is $COUNT, which is too High! CPPCHECK Run failed";
|
||||
echo -e "${NC}"
|
||||
|
||||
Reference in New Issue
Block a user