Current section
Files
Jump to
Current section
Files
snatch_test_framework
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{snatch, "0.4.6"}
]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_opts, [verbose]}.
{eunit_opts, [verbose]}.
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.
{plugins, [rebar3_hex, covertool]}.
{profiles, [
{doc, [
{plugins, [rebar_edown_plugin]},
{edoc_opts,[
{doclet, edown_doclet},
{edown_target, github},
{top_level_readme, {"./README.md", "http://github.com/snatch-xmpp/snatch_test_framework"}}
]}
]}
]}.