Current section
Files
Jump to
Current section
Files
string_compat
rebar.config
rebar.config
{erl_opts, [debug_info,
warnings_as_errors,
{platform_define, "^(2)", string_module}]}.
{cover_enabled, true}.
{ct_opts, [
{dir, "test"}
]}.
{eunit_opts, [
verbose,
{report,{eunit_surefire,[{dir,"."}]}}
]}.
{edoc_opts, [{preprocess, true}]}.
{xref_checks, [undefined_function_calls]}.