Current section
Files
Jump to
Current section
Files
rebar.config
% -*- mode: erlang -*-
{erl_opts, [debug_info,
{platform_define, "^(20|21|22)", new_crypto_unavailable},
{platform_define, "^20", ssl_handshake_unavailable},
{platform_define, "^21-", otp_21}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{edoc_opts, [{preprocess, true}]}.
{dialyzer_opts, [{warnings, [no_return,
no_unused,
no_improper_lists,
no_fun_app,
no_match,
no_opaque,
no_fail_call,
error_handling,
race_conditions,
behaviours,
unmatched_returns]}]}.