diff --git a/scripts/count-bugs.py b/scripts/count-bugs.py index 8a464326..9489f1f4 100755 --- a/scripts/count-bugs.py +++ b/scripts/count-bugs.py @@ -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: diff --git a/scripts/count-warnings.py b/scripts/count-warnings.py index 9372559d..258c06ab 100755 --- a/scripts/count-warnings.py +++ b/scripts/count-warnings.py @@ -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: #