Enable undefined_function_calls xref option

This commit is contained in:
Paweł Chmielowski 2016-02-29 13:51:59 +01:00
parent 6d8c7232d8
commit 59fe967ebb
1 changed files with 1 additions and 1 deletions

View File

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