1
0
Fork 0

Update allowed warnings limit

This commit is contained in:
Patryk Obara 2019-10-29 20:50:23 +01:00
parent b42a1b31ba
commit af6557ae70
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 = 99
MAX_ISSUES = 94
def summary_values(summary_table):
if not 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 = 420
MAX_ISSUES = 424
# For recognizing warnings in GCC format in stderr:
#