Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, []}.
{project_plugins, [rebar3_hex, rebar3_ex_doc, covertool]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, ["README.md", "COPYING"]},
{main, "README.md"},
{source_url, "https://github.com/altenwald/trooper"}
]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.