Packages

Erlang 20 string compatibility library.

Current section

Files

Jump to
string_compat rebar.config
Raw

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]}.