diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-31 22:20:22 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-31 22:20:22 +0200 |
commit | 0af95507aa0ef8f5b7e2dd1024f9b0bb3399236c (patch) | |
tree | 8f94ba15625834ee3865458dd0d57d7cf8d07af1 | |
parent | 8aadd65a3481a3bd65a9cdf43e577c690e600824 (diff) |
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.
-rw-r--r-- | rebar.config | 2 |
1 files changed, 2 insertions, 0 deletions
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\") |