File: rebar.config

package info (click to toggle)
mochiweb 3.3.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: erlang: 12,944; makefile: 34; sh: 31
file content (19 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% -*- 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]}]}.