ソースを参照

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

読み込み中…
キャンセル
保存