Re: [elixir-core:11324] Re: mix deps.sync

2023-03-18 Thread José Valim
"mix deps.unlock --unused" is generally the way to go about it. You can also add "mix deps.unlock --check-unused" to CI. On Sat, Mar 18, 2023 at 2:13 PM Jonathan Arnett wrote: > I fully agree that this needs to be more discoverable. Every year or so, > I remove a dependency and then have to go

[elixir-core:11324] Re: mix deps.sync

2023-03-18 Thread Jonathan Arnett
I fully agree that this needs to be more discoverable. Every year or so, I remove a dependency and then have to go find that TIL article that gives me the right flags. On Friday, March 17, 2023 at 12:18:45 PM UTC-4 Neil Lyons wrote: > I removed a dependency from `deps/0` in `mix.exs` and