From 0af95507aa0ef8f5b7e2dd1024f9b0bb3399236c Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 31 Aug 2012 22:20:22 +0200 Subject: [PATCH] Update custom xref query (eunit_test calls) eunit_test:function_wrapper/2 was renamed to eunit:mf_wrapper/2 in R15B02. Ignore both calls like we do with escript:foldl/3. --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index 0f823c9..1cf0059 100644 --- a/rebar.config +++ b/rebar.config @@ -10,6 +10,8 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - (\"escript\":\"foldl\"/\"3\") + - (\"eunit_test\":\"function_wrapper\"/\"2\") + - (\"eunit_test\":\"mf_wrapper\"/\"2\") - (\"abnfc\":\"file\"/\"2\") - (\"erlydtl\":\"compile\"/\"3\") - (\"lfe_comp\":\"file\"/\"2\")