瀏覽代碼

Document xref options

pull/3/head
Tuncer Ayaz 14 年之前
父節點
當前提交
db706ab99c
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      rebar.config.sample

+ 6
- 0
rebar.config.sample 查看文件

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

Loading…
取消
儲存