mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +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:
parent
f2b5153a8c
commit
5b019ab48c
@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
{xref_warnings, false}.
|
{xref_warnings, false}.
|
||||||
|
|
||||||
{xref_checks, [deprecated_function_calls, undefined_function_calls]}.
|
{xref_checks, [deprecated_function_calls]}.
|
||||||
|
|
||||||
{xref_exclusions, [
|
{xref_exclusions, [
|
||||||
"(\"gen_transport\":_/_)",
|
"(\"gen_transport\":_/_)",
|
||||||
|
Loading…
Reference in New Issue
Block a user