Current section
Files
Jump to
Current section
Files
rebar.config
{project_plugins, [rebar3_proper, rebar3_hex, rebar3_ex_doc]}.
{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [{test, [{erl_opts, [debug_info, export_all, nowarn_export_all]},
{deps, [proper]}
]}]}.
{alias, [
{check, [proper, eunit]},
{compat, [{shell, "shell --eval jsontestsuite:get_all_results(). --eval init:stop()."}]}
]}.
{edoc_opts, [{preprocess, true}]}.
{ex_doc, "docs.exs"}.
{hex, [
{doc, ex_doc}
]}.