Current section

Files

Jump to
grid rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{alias, [
{analyze, [xref, dialyzer]}
]}.
{project_plugins, [erlfmt, geas_rebar3]}.
{erlfmt, [
write,
{print_width, 80}
]}.
{profiles, [
{test, [
{deps, [unite]},
{eunit_tests, [{inparallel, grid_tests}]},
{eunit_opts, [no_tty, {report, {unite_compact, []}}]}
]}
]}.