1
0
Fork 0

Update allowed warnings limit

This commit is contained in:
Patryk Obara 2019-11-23 18:46:05 +01:00
parent ef144e4bca
commit e5d43e1b8f

View file

@ -23,7 +23,7 @@ import sys
# then script will return with status 1. Simply change this line if you
# want to set a different limit.
#
MAX_ISSUES = 369
MAX_ISSUES = 384
# For recognizing warnings in GCC format in stderr:
#