]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
CI lint:scan-build: correct the number of errors
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 Jan 2020 10:09:22 +0000 (11:09 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 17 Jan 2020 12:39:36 +0000 (13:39 +0100)
https://gitlab.labs.nic.cz/knot/knot-resolver/merge_requests/922#note_138260

.gitlab-ci.yml

index 294bc0df6eba32d7bff80bd779e0df0a4cd8f6b3..c4dbc099191d89eeb6ec52d01fc5924ec3c4657c 100644 (file)
@@ -239,7 +239,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)" = 31 # we have this many errors ATM :-)
+    - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 38 # we have this many errors ATM :-)
 
 lint:tidy:
   <<: *test