diff --git a/Makefile b/Makefile index ab9f42cc..ec86e572 100644 --- a/Makefile +++ b/Makefile @@ -25,16 +25,19 @@ release-linux-musl: test: cargo test --workspace -check: +fmt: cargo fmt -- --check + +clippy: cargo clean -p gitui -p asyncgit -p scopetime cargo clippy --all-features -check-pedantic: - cargo fmt -- --check +clippy-pedantic: cargo clean -p gitui -p asyncgit -p scopetime cargo clippy --all-features -- -W clippy::pedantic +check: fmt clippy + install: cargo install --path "."