diff --git a/scripts/count-bugs.py b/scripts/count-bugs.py index b579decf..5292c051 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 = 99 +MAX_ISSUES = 94 def summary_values(summary_table): if not summary_table: diff --git a/scripts/count-warnings.py b/scripts/count-warnings.py index 7c87086b..b270f32d 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 = 420 +MAX_ISSUES = 424 # For recognizing warnings in GCC format in stderr: #