mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +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"},
|
||||
{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…
Reference in a new issue