Check for unused dependencies
Closed this issue · 3 comments
bitboxer commented
Maybe this is a nice addition to the list of things ex_check
is checking:
mix deps.unlock --check-unused
This checks if the "mix.lock" file has unused dependencies.
karolsluszniak commented
Hey. It's already there: as unused_deps
in curated tools. Please reopen if I've missed sth. :)
bitboxer commented
Ah sorry, somehow I missed this :(
karolsluszniak commented
No worries, it reminded me to attend to the repo at just the right time as I struggled to find time in last few weeks and tests on master need to finally get fixed.