Sfoglia il codice sorgente

Document xref options

pull/3/head
Tuncer Ayaz 14 anni fa
parent
commit
db706ab99c
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      rebar.config.sample

+ 6
- 0
rebar.config.sample Vedi File

@ -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]}.

Caricamento…
Annulla
Salva