From dc9a7274009ca2acba949c42a3f2fa31c0785f12 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Mon, 17 Aug 2015 17:18:20 +0200 Subject: add xref target + include in ci --- rebar.config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 36933f6..b9d6b9c 100644 --- a/rebar.config +++ b/rebar.config @@ -39,3 +39,12 @@ {exec, ".*", {git, "git://github.com/saleyn/erlexec.git", "HEAD"}}, {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", "HEAD"}} ]}. + +{xref_checks, + [ + undefined_function_calls, + undefined_functions, + locals_not_used, + deprecated_functions_calls, + deprecated_functions + ]}. -- cgit v1.2.1