File: rebar.config

package info (click to toggle)
rabbitmq-server 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,948 kB
  • sloc: erlang: 257,835; javascript: 22,466; sh: 2,796; makefile: 2,517; python: 1,966; xml: 646; cs: 335; java: 244; ruby: 212; php: 100; perl: 63; awk: 13
file content (15 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{plugins, [rebar3_hex, rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [{source_url, <<"https://github.com/massemanet/redbug">>},
          {extras, [<<"LICENSE">>]},
          {main, <<"README.md">>}]}.

{erl_opts,
    [debug_info,
     warnings_as_errors,
     {extra_src_dirs, [{"test", [{recursive, true}]}]}]}.

{dialyzer, [{plt_extra_apps, [mnesia, eunit]}]}.
{xref_checks, [undefined_function_calls]}.
{cover_enabled, true}.
{cover_print_enabled, true}.