{erl_opts, [
    debug_info,
    warnings_as_errors
]}.

{cover_enabled, true}.
{cover_opts, [verbose]}.

{project_plugins, [rebar3_hex]}.

{profiles, [
    {doc, [
        {plugins, [rebar_edown_plugin]},

        {edoc_opts,[
            {doclet, edown_doclet},
            {edown_target, github},
            {top_level_readme, {"./README.md", "http://github.com/altenwald/trooper"}}
        ]}
    ]}
]}.

{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
              deprecated_function_calls,deprecated_functions]}.
