]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci lint:scan-build: adjust the error count
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 4 Jan 2023 10:57:44 +0000 (11:57 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jun 2023 08:32:28 +0000 (10:32 +0200)
Merge from master resulted in decrease by one; no idea why.

.gitlab-ci.yml

index 3d80de6766108c39074a52f1e935f705abb0bce8..7dc1318d1dc7593d2a5afec12cc73f3cf061d45f 100644 (file)
@@ -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