Skip to content

Commit

Permalink
Document xref options
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Apr 6, 2011
1 parent 16a7561 commit db706ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rebar.config.sample
Expand Up @@ -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]}.

0 comments on commit db706ab

Please sign in to comment.