From 5b019ab48cbba370d9730b0874428f261e32b0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Wed, 15 Feb 2017 14:11:12 +0100 Subject: [PATCH] Disable undefined_function_calls xref_check It looks like it will calling undefined function still will be catched by xref_queries --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 778febe6b..60f1091ea 100644 --- a/rebar.config +++ b/rebar.config @@ -114,7 +114,7 @@ {xref_warnings, false}. -{xref_checks, [deprecated_function_calls, undefined_function_calls]}. +{xref_checks, [deprecated_function_calls]}. {xref_exclusions, [ "(\"gen_transport\":_/_)",