Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
debug_info,
{platform_define, "R1[56]", 'OLD_QUEUE_TYPE'}
]}.
{project_plugins, [rebar3_hex]}.
{deps, [
{dbi, "1.0.2"},
{pgo, "0.2.0"}
]}.
{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]}.