Update allowed warnings limit
This commit is contained in:
parent
a323e173c2
commit
f7a5080c22
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 = 120
|
||||
MAX_ISSUES = 100
|
||||
|
||||
|
||||
def summary_values(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 = 388
|
||||
MAX_ISSUES = 380
|
||||
|
||||
# For recognizing warnings in GCC format in stderr:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue