diff --git a/scripts/count-bugs.py b/scripts/count-bugs.py index acf337c2..d6fb83fe 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 = 120 +MAX_ISSUES = 100 def summary_values(summary_table): diff --git a/scripts/count-warnings.py b/scripts/count-warnings.py index 007dc184..3b67b363 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 = 388 +MAX_ISSUES = 380 # For recognizing warnings in GCC format in stderr: #