From cc12c96c36facd454f90ab81e02375fa86a4c333 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 13 May 2021 10:30:38 +0200 Subject: [PATCH] ci(actions): only warn on not yet specified lints --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4187cb9..9968393 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,7 +40,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --verbose --all-targets --all-features -- -D clippy::all -D clippy::pedantic + args: --verbose --all-targets --all-features -- -D clippy::all -D clippy::pedantic -W clippy::unknown-clippy-lints - name: Run tests uses: actions-rs/cargo@v1