Closed benoitc closed 8 years ago
Right now rebar3_elixir_util.erl:get_details/1 is opening rebar.config.
rebar3_elixir_util.erl:get_details/1
Instead we should use the rebar API to get the elixir options so can also have the global options set too.
related to #4
closing via https://github.com/barrel-db/rebar3_elixir/commit/35c36530494a4d77b49e0e3306e694fb9a382eb3
Right now
rebar3_elixir_util.erl:get_details/1
is opening rebar.config.Instead we should use the rebar API to get the elixir options so can also have the global options set too.