chore(precommit): don't allow committing if clippy doesn't pass

This commit is contained in:
Alexandre Pasmantier 2024-11-09 21:45:09 +01:00
parent 9bdbf44f35
commit 4e4ef9761b

View File

@ -42,6 +42,7 @@ lint:
fix: format
@echo "Fixing $(NAME)"
@cargo fix --allow-staged
@make lint
run:
@echo "Running debug"