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
1 changed files with 1 additions and 1 deletions

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\":_/_)",