From 89e9e7336f804e6396006c71957a8653ef813591 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Fri, 14 Feb 2020 09:08:11 +0100 Subject: [PATCH] Update issues limit for new clang static analyser Updated Clang 9.0 just landed in Ubuntu repositories and is now available via GitHub CI. Static analyser detects many more issues now. --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 05e8832f..43378bb3 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -57,7 +57,7 @@ jobs: path: report - name: Summarize report env: - MAX_BUGS: 76 + MAX_BUGS: 221 run: | # summary echo "Full report is included in build Artifacts"