Ver código fonte

Enable xref checks on rebar

Dave Smith 15 anos atrás
pai
commit
f36e044e5d
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      rebar.config

+ 2
- 1
rebar.config Ver arquivo

@ -1,2 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{erl_opts, [fail_on_warning, debug_info]}.
{xref_checks, [undefined_function_calls]}.

Carregando…
Cancelar
Salvar