Update allowed warnings limit

Additionally, fix an obvious typo.
This commit is contained in:
Patryk Obara 2019-11-02 19:58:10 +01:00
parent d68af8b650
commit a221b6a040
3 changed files with 3 additions and 3 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 = 94
MAX_ISSUES = 93
def summary_values(summary_table):
if not summary_table: