ci: Only warn about unknown lints instead of denying

This commit is contained in:
Sebastian Dröge 2022-11-01 11:14:31 +02:00
parent 01e24d2018
commit efb85f416e

View file

@ -416,7 +416,7 @@ clippy:
extends: .img-stable
stage: 'extras'
variables:
CLIPPY_LINTS: -D warnings
CLIPPY_LINTS: -D warnings -W unknown-lints
needs:
- job: 'build-stable'
artifacts: false