.gitlab-ci.yml: less noise in the full scan
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
1ab1e3e573
commit
a14f437378
@ -36,7 +36,8 @@ pkgcheck_full_scan:
|
|||||||
when: manual
|
when: manual
|
||||||
- allow_failure: true
|
- allow_failure: true
|
||||||
script:
|
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:
|
pkgcheck_strict_scan:
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
Reference in New Issue
Block a user