{erl_opts, [
    debug_info,
    warnings_as_errors,
    {platform_define, "R1[56]|17", 'NO_ETS_UPDATE_DEFAULT'}
]}.

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

{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/memhash"}}
        ]}
    ]}
]}.

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