summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-05-21 14:52:05 +0200
committerGitHub <noreply@github.com>2021-05-21 14:52:05 +0200
commit0e31d57a33c0e0d5028d5efc65f7794b66e2f139 (patch)
tree1de033a5862f56b217dee25ec0c37343cd95c2c2 /Makefile
parentca35426c6c30e95f38948bf746f5288725248d93 (diff)
New file tree (#718)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f3923d18..2e4ec958 100644
--- a/Makefile
+++ b/Makefile
@@ -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: