From af6557ae70bdcaf9b9d8c5a1377d5d7664249f78 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Tue, 29 Oct 2019 20:50:23 +0100 Subject: [PATCH] Update allowed warnings limit --- scripts/count-bugs.py | 2 +- scripts/count-warnings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: #