From 645474cfc6de5456a9ae7c0b50ee0302ca950cd2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 8 Dec 2023 16:48:19 +0100 Subject: run clippy locally just like on CI --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7766ad2..5cc5356 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ target/debug/dua: always target/release/dua: always cargo build --release -lint: ## Run lints with clippy - cargo clippy +clippy: ## Run lints with clippy + cargo clippy -- -D warnings profile: target/release/dua ## run callgrind and annotate its output - linux only valgrind --callgrind-out-file=callgrind.profile --tool=callgrind $< >/dev/null -- cgit v1.2.3