This commit is contained in:
extrawurst 2022-02-25 10:58:52 +01:00
parent 3347003fff
commit 3838fe74df

View file

@ -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