From 43c47bdca600fddb9ad7b5e39bcecd1d11569e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Nov 2021 00:45:41 +0100 Subject: [PATCH] Fail with non-zero exit code on clippy warnings --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 4544d28..28acf3e 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ check: test cargo check cargo fmt --check - cargo clippy --no-deps + cargo clippy --no-deps -- -Dwarnings lint-fix: cargo clippy --no-deps --fix