fix clippy in CI

This commit is contained in:
Stephan Dilly 2020-05-23 15:23:53 +02:00
parent 8def1b6bcd
commit fc884525be

View File

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