浏览代码

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

正在加载...
取消
保存