]> granicus.if.org Git - ejabberd/commitdiff
Enable undefined_function_calls xref option
authorPaweł Chmielowski <pchmielowski@process-one.net>
Mon, 29 Feb 2016 12:51:59 +0000 (13:51 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Mon, 29 Feb 2016 12:51:59 +0000 (13:51 +0100)
rebar.config

index 12b03ffefdbd99c2038e647201345fbc0b268d99..aa28d40b0debe467d4cf3c26ed2bd6f110d3c670 100644 (file)
@@ -90,7 +90,7 @@
 
 {xref_warnings, false}.
 
-{xref_checks, [deprecated_function_calls]}.
+{xref_checks, [deprecated_function_calls, undefined_function_calls]}.
 
 {xref_exclusions, [
                    "(\"gen_transport\":_/_)",