mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
add fmt check to make
This commit is contained in:
parent
43afec3433
commit
9b1e921af8
8
Makefile
8
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:
|
||||
|
Loading…
Reference in New Issue
Block a user