25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00

Disable undefined_function_calls xref_check

It looks like it will calling undefined function still will be catched
by xref_queries
This commit is contained in:
Paweł Chmielowski 2017-02-15 14:11:12 +01:00
parent f2b5153a8c
commit 5b019ab48c

View File

@ -114,7 +114,7 @@
{xref_warnings, false}.
{xref_checks, [deprecated_function_calls, undefined_function_calls]}.
{xref_checks, [deprecated_function_calls]}.
{xref_exclusions, [
"(\"gen_transport\":_/_)",