mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
cleanup
This commit is contained in:
parent
3347003fff
commit
3838fe74df
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -52,13 +52,9 @@ fmt:
|
|||
cargo fmt -- --check
|
||||
|
||||
clippy:
|
||||
touch src/main.rs
|
||||
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
|
||||
cargo clippy --workspace --all-features
|
||||
|
||||
clippy-nightly:
|
||||
touch src/main.rs
|
||||
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
|
||||
cargo +nightly clippy --workspace --all-features
|
||||
|
||||
check: fmt clippy test
|
||||
|
|
|
|||
Loading…
Reference in a new issue