mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
Document xref options
This commit is contained in:
parent
16a7561d93
commit
db706ab99c
1 changed files with 6 additions and 0 deletions
|
@ -128,3 +128,9 @@
|
||||||
{post_hooks, [{clean, "touch file1.out"},
|
{post_hooks, [{clean, "touch file1.out"},
|
||||||
{eunit, "touch file2.out"},
|
{eunit, "touch file2.out"},
|
||||||
{compile, "touch postcompile.out"}]}.
|
{compile, "touch postcompile.out"}]}.
|
||||||
|
|
||||||
|
%% == xref ==
|
||||||
|
|
||||||
|
{xref_warnings, false}.
|
||||||
|
%% xref checks to run
|
||||||
|
{xref_checks, [exports_not_used, undefined_function_calls]}.
|
||||||
|
|
Loading…
Reference in a new issue