mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
fix clippy in CI
This commit is contained in:
parent
8def1b6bcd
commit
fc884525be
9
Makefile
9
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 "."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user