Current section

Files

Jump to
posthaste rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{dialyzer, [{warnings, [no_return]}, {plt_apps, top_level_deps}, {plt_prefix, "posthaste"}]}.
{minimum_otp_vsn, "18"}.
{plugins, [rebar3_hex]}.