From 9b1e921af840160f63a82a55108b700f2d9299c0 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 22 May 2020 22:43:47 +0200 Subject: [PATCH] add fmt check to make --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d060bb15..ab9f42cc 100644 --- a/Makefile +++ b/Makefile @@ -25,12 +25,14 @@ release-linux-musl: test: cargo test --workspace -clippy: +check: + cargo fmt -- --check cargo clean -p gitui -p asyncgit -p scopetime cargo clippy --all-features -clippy-pedantic: - cargo clean +check-pedantic: + cargo fmt -- --check + cargo clean -p gitui -p asyncgit -p scopetime cargo clippy --all-features -- -W clippy::pedantic install: