Skip to main content

rebar.config

{erl_opts, [debug_info]}.

{deps, []}.

{profiles, [
    {test, [{erl_opts, [nowarn_export_all]}]}
]}.

{hex, [{doc, #{provider => ex_doc}}]}.