diff options
author | Stephan Dilly <dilly.stephan@gmail.com> | 2021-05-21 14:52:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 14:52:05 +0200 |
commit | 0e31d57a33c0e0d5028d5efc65f7794b66e2f139 (patch) | |
tree | 1de033a5862f56b217dee25ec0c37343cd95c2c2 /Makefile | |
parent | ca35426c6c30e95f38948bf746f5288725248d93 (diff) |
New file tree (#718)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -45,18 +45,14 @@ fmt: clippy: touch src/main.rs - cargo clean -p gitui -p asyncgit -p scopetime + cargo clean -p gitui -p asyncgit -p scopetime -p filetree cargo clippy --workspace --all-features clippy-nightly: touch src/main.rs - cargo clean -p gitui -p asyncgit -p scopetime + cargo clean -p gitui -p asyncgit -p scopetime -p filetree cargo +nightly clippy --all-features -clippy-pedantic: - cargo clean -p gitui -p asyncgit -p scopetime - cargo clippy --all-features -- -W clippy::pedantic - check: fmt clippy test install: |