/rebar.config
Unknown | 17 lines | 17 code | 0 blank | 0 comment | 0 complexity | b967f0971ed57c253b059a0b1e81be98 MD5 | raw file
Possible License(s): MIT
- % -*- mode: erlang -*-
- {erl_opts, [debug_info,
- {platform_define, "R15", 'gen_tcp_r15b_workaround'},
- {platform_define, "(R14|R15|R16B-)", 'crypto_compatibility'}]}.
- {cover_enabled, true}.
- {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
- {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]}]}.