Explorar el Código

Document xref options

pull/3/head
Tuncer Ayaz hace 14 años
padre
commit
db706ab99c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      rebar.config.sample

+ 6
- 0
rebar.config.sample Ver fichero

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

Cargando…
Cancelar
Guardar