summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-04-06 19:04:52 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-04-06 19:04:52 +0200
commitdb706ab99cddac9281601b504bd941245b0ed381 (patch)
treedfacc6dc34fb434c92adf70ef0ae085353ca4d9d
parent16a7561d93eeca6d96d1af736f147e3f7d36d078 (diff)
Document xref options
-rw-r--r--rebar.config.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index d297414..61919ca 100644
--- a/rebar.config.sample
+++ b/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]}.