aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-02-15 14:11:12 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-02-15 14:12:07 +0100
commit5b019ab48cbba370d9730b0874428f261e32b0d2 (patch)
tree7041b22d404ad548757c8feb9a0804e8fd0191cd
parentReport password change in the log (diff)
Disable undefined_function_calls xref_check
It looks like it will calling undefined function still will be catched by xref_queries
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 778febe6b..60f1091ea 100644
--- a/rebar.config
+++ b/rebar.config
@@ -114,7 +114,7 @@
{xref_warnings, false}.
-{xref_checks, [deprecated_function_calls, undefined_function_calls]}.
+{xref_checks, [deprecated_function_calls]}.
{xref_exclusions, [
"(\"gen_transport\":_/_)",