]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: change scan-build error number
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 30 Apr 2020 12:39:46 +0000 (14:39 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 30 Apr 2020 13:01:37 +0000 (15:01 +0200)
38 -> 30. 8 were in Deckard's libswrap which is now longer used.

.gitlab-ci.yml

index 7ec76eeeb9d30c639d4080be4a055cc09db351cd..9d2fdd12fd7c40392021ab59cfc791e70fa59273 100644 (file)
@@ -242,7 +242,7 @@ lint:scan-build:
   script:
     - export SCANBUILD="scan-build --status-bugs -no-failure-reports $(./scripts/get-scanbuild-args.sh)"
     - ninja -C build_ci* scan-build || true
-    - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 38 # we have this many errors ATM :-)
+    - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 30 # we have this many errors ATM :-)
 
 lint:tidy:
   <<: *test