From a14f437378da126f10516d14ca5b3d76162664c0 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Nov 2023 18:12:08 +0200 Subject: [PATCH] .gitlab-ci.yml: less noise in the full scan Signed-off-by: Alfred Wingate --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 566a440..d920c23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,8 @@ pkgcheck_full_scan: when: manual - allow_failure: true script: - - pkgcheck ci $common_pkgcheck_args + # disable checks that aren't a big deal to have less noise. + - pkgcheck ci -k ,-RedundantVersion,-NonexistentDeps,-NonexistentBlocker $common_pkgcheck_args pkgcheck_strict_scan: rules: