ci(actions): only warn on not yet specified lints

This commit is contained in:
EdJoPaTo
2021-05-13 10:30:38 +02:00
parent 0cafdbb6e4
commit cc12c96c36
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy 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 - name: Run tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1