mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 19:19:31 +00:00
30d1cdb31b
Avoid overwriting custom config (passed with -C) when we are processing the base_dir in rebar_core.
5 lines
63 B
Text
5 lines
63 B
Text
|
|
{deps, [
|
|
{boo, "."}
|
|
]}.
|
|
{erl_opts, [warnings_as_errors]}.
|