You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warnings as errors causes more harm than good when it's enabled for dependencies. We should disable it for both the elixir and erlang compilers.
For makefiles we already added the IS_DEP=1 env var to disable it for erlang.mk. I will investigate how to do it for rebar3, I've got some ideas from the rebar3 team already. With mix we, of course, have full control over the options.