mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +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
|
cargo fmt -- --check
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
touch src/main.rs
|
|
||||||
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
|
|
||||||
cargo clippy --workspace --all-features
|
cargo clippy --workspace --all-features
|
||||||
|
|
||||||
clippy-nightly:
|
clippy-nightly:
|
||||||
touch src/main.rs
|
|
||||||
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
|
|
||||||
cargo +nightly clippy --workspace --all-features
|
cargo +nightly clippy --workspace --all-features
|
||||||
|
|
||||||
check: fmt clippy test
|
check: fmt clippy test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue