mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue