Packages

Erlang Binary Pretty Printer

Current section

Files

Jump to
binpp rebar.config
Raw

rebar.config

{erl_opts,[warnings_as_errors,
{platform_define, "^(19|2)", rand_only}
]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{eunit_opts, [verbose,
{report, {eunit_surefire, [{dir, "."}]}}]}.
{plugins, [rebar3_hex]}.