1
0
Fork 0

Update allowed warnings limit

This commit is contained in:
Patryk Obara 2019-10-04 00:04:13 +02:00
parent a323e173c2
commit f7a5080c22
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from bs4 import BeautifulSoup
# then script will return with status 1. Simply change this line if you
# want to set a different limit.
#
MAX_ISSUES = 120
MAX_ISSUES = 100
def summary_values(summary_table):

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 = 388
MAX_ISSUES = 380
# For recognizing warnings in GCC format in stderr:
#