summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-06-18 11:30:32 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-06-24 21:46:24 +0200
commit09cd4e9be2bcb07498b5c7d672c9d8d6e3352231 (patch)
tree9567d2a47f0d9598f6aabb90c0032e1b5360ae66 /rebar.config.sample
parentbdf957b20184d9db081eaec2b715fdd0302aca2c (diff)
downloadrebar-09cd4e9be2bcb07498b5c7d672c9d8d6e3352231.tar.gz
rebar_xref: regression fixes and updates for a5be40c96
- restore support for "rebar help xref" - update rebar.config.sample - update 'help xref' string - simplify new/changed functions by breaking out code or using simpler syntax where applicable
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index d8d61fc..97b5a02 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -209,7 +209,9 @@
{xref_warnings, false}.
%% xref checks to run
-{xref_checks, [exports_not_used, undefined_function_calls]}.
+{xref_checks, [undefined_function_calls, undefined_functions,
+ locals_not_used, exports_not_used,
+ deprecated_function_calls, deprecated_functions]}.
%% Optional custom xref queries (xref manual has details) specified as
%% {xref_queries, [{query_string(), expected_query_result()},...]}