From efb85f416e0edb44e6543e0123d5706de43c529b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 1 Nov 2022 11:14:31 +0200 Subject: [PATCH] ci: Only warn about unknown lints instead of denying --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a58a4ad31..ba2cd2502 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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