summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authormats cronqvist <masse@klarna.com>2013-12-06 10:45:52 +0100
committermats cronqvist <masse@klarna.com>2014-01-13 15:11:12 +0100
commit4ca7c8417971239ac773c530974e9acce327cc86 (patch)
tree4d49999988cb80849cf9bf7e70acdeb48dc57929 /rebar.config.sample
parentdf42410cf21a37e0c48e741ffa37db9efc576309 (diff)
downloadrebar-4ca7c8417971239ac773c530974e9acce327cc86.tar.gz
introduce xref_extra_paths
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index e6071bd..30d28d0 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -221,6 +221,11 @@
{xref_warnings, false}.
+%% optional extra paths to include in xref:set_library_path/2.
+%% specified relative location of rebar.config.
+%% e.g. {xref_extra_paths,["../gtknode/src"]}
+{xref_extra_paths,[]}.
+
%% xref checks to run
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, exports_not_used,