Update allowed warnings limit
This commit is contained in:
parent
ea06a145b6
commit
63c946a79c
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue