From: Vladimír Čunát Date: Wed, 4 Jan 2023 10:57:44 +0000 (+0100) Subject: ci lint:scan-build: adjust the error count X-Git-Tag: v6.0.1~9^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f3b24be1b496633d4baea5bdd704396c67497b;p=thirdparty%2Fknot-resolver.git ci lint:scan-build: adjust the error count Merge from master resulted in decrease by one; no idea why. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d80de676..7dc1318d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,7 +253,7 @@ lint:scan-build: script: - export SCANBUILD="$(realpath ./scripts/run-scanbuild-with-args.sh)" - ninja -C build_ci* scan-build || true - - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 22 # we have this many errors ATM :-) + - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 21 # we have this many errors ATM :-) lint:tidy: <<: *after_build