Skip to content
Snippets Groups Projects
Verified Commit 8a9fb03f authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat(justfile): Check for unused dependencies in check recipe

Fixes #14



Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 2c66e304
No related branches found
No related tags found
1 merge request!38feat(justfile): Use cargo-machete to detect unused dependencies
......@@ -11,7 +11,7 @@ ignored := "false"
run-pre-commit-hook: check test
# Runs all check targets
check: check-spelling check-formatting lint check-dependencies check-licenses
check: check-spelling check-formatting lint check-unused-deps check-dependencies check-licenses
# Faster checks need to be executed first for better UX. For example
# codespell is very fast. cargo fmt does not need to download crates etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment