Disable back undefined_function_calls xref check

This commit is contained in:
Paweł Chmielowski 2016-02-29 14:56:28 +01:00
parent 382c7c21ad
commit 8c49d1e1af
1 changed files with 1 additions and 1 deletions

View File

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