aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2016-02-29 13:51:59 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2016-02-29 13:51:59 +0100
commit59fe967ebbb3b142a0dd01acebaf33271708c1a7 (patch)
tree28bef0508418a71968b301f6ea399b493ec88cc4
parentmod_register_web: Choose the right error messages (diff)
Enable undefined_function_calls xref option
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 12b03ffef..aa28d40b0 100644
--- a/rebar.config
+++ b/rebar.config
@@ -90,7 +90,7 @@
{xref_warnings, false}.
-{xref_checks, [deprecated_function_calls]}.
+{xref_checks, [deprecated_function_calls, undefined_function_calls]}.
{xref_exclusions, [
"(\"gen_transport\":_/_)",