aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-16 00:23:00 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-16 00:23:00 +0300
commit26a581174485ca90782e59086cea0c3cc09133ea (patch)
treec6b40cecd838111a0b721748fd082e8483b908b2
parentRemove relict mod_service_log (diff)
parentDisable undefined_function_calls xref_check (diff)
Merge branch 'master' of github.com:processone/ejabberd
-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\":_/_)",