From 4e4ef9761b997badd5a57347d62f9c3e617deff8 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sat, 9 Nov 2024 21:45:09 +0100 Subject: [PATCH] chore(precommit): don't allow committing if clippy doesn't pass --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 78d7842..f98497b 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ lint: fix: format @echo "Fixing $(NAME)" @cargo fix --allow-staged + @make lint run: @echo "Running debug"