Current section

Files

Jump to
dj rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [debug_info , warnings_as_errors]}.
{edoc_opts, [ {pretty_printer, erl_pp}
, {sort_functions, false}
]
}.
{alias, [{check, [eunit, dialyzer, edoc]}]}.
{deps, [{jsx, "2.9.0"}]}.