/rebar.config
Unknown | 17 lines | 17 code | 0 blank | 0 comment | 0 complexity | b967f0971ed57c253b059a0b1e81be98 MD5 | raw file
1% -*- mode: erlang -*- 2{erl_opts, [debug_info, 3 {platform_define, "R15", 'gen_tcp_r15b_workaround'}, 4 {platform_define, "(R14|R15|R16B-)", 'crypto_compatibility'}]}. 5{cover_enabled, true}. 6{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. 7{dialyzer_opts, [{warnings, [no_return, 8 no_unused, 9 no_improper_lists, 10 no_fun_app, 11 no_match, 12 no_opaque, 13 no_fail_call, 14 error_handling, 15 race_conditions, 16 behaviours, 17 unmatched_returns]}]}.