Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [
{platform_define, "^19.[1]", brutal_purge_fixed},
{platform_define, "^2", brutal_purge_fixed},
warnings_as_errors,
debug_info]}.
{deps, [
{bbmustache, "1.1.0"}
]}.
{cover_enabled, true}.
{validate_app_modules, true}.
{ct_opts, [
{dir, "test"},
{config, "test/rebar3_appup_plugin_SUITE.config"}
]}.