Ver código fonte

Document xref options

pull/3/head
Tuncer Ayaz 14 anos atrás
pai
commit
db706ab99c
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      rebar.config.sample

+ 6
- 0
rebar.config.sample Ver arquivo

@ -128,3 +128,9 @@
{post_hooks, [{clean, "touch file1.out"},
{eunit, "touch file2.out"},
{compile, "touch postcompile.out"}]}.
%% == xref ==
{xref_warnings, false}.
%% xref checks to run
{xref_checks, [exports_not_used, undefined_function_calls]}.

Carregando…
Cancelar
Salvar