1
0
Fork 0

Update allowed warnings limit

This commit is contained in:
Patryk Obara 2019-11-16 02:56:34 +01:00 committed by Patryk Obara
parent ea06a145b6
commit 63c946a79c
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 = 93
MAX_ISSUES = 92
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 = 409
MAX_ISSUES = 369
# For recognizing warnings in GCC format in stderr:
#