summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-09-27 18:56:20 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-09-27 18:56:20 +0200
commita991810f01f6c71db57ac10cc566c4d33b22fbb4 (patch)
tree65bd9b8519157a7f88373c9d8e0f8595fcc63ef8 /Makefile
parent17240e47fcea7892c6e91d42417c9fdf11057fed (diff)
fix nightly build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac068836..736d5084 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,11 @@ clippy:
cargo clean -p gitui -p asyncgit -p scopetime
cargo clippy --all-features
+clippy-nightly:
+ touch src/main.rs
+ cargo clean -p gitui -p asyncgit -p scopetime
+ cargo +nightly clippy --all-features
+
clippy-pedantic:
cargo clean -p gitui -p asyncgit -p scopetime
cargo clippy --all-features -- -W clippy::pedantic