.gitlab-ci.yml: less noise in the full scan

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-11-23 18:12:08 +02:00
parent 1ab1e3e573
commit a14f437378
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 2 additions and 1 deletions

View File

@ -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: