summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-31 22:20:22 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-31 22:20:22 +0200
commit0af95507aa0ef8f5b7e2dd1024f9b0bb3399236c (patch)
tree8f94ba15625834ee3865458dd0d57d7cf8d07af1 /rebar.config
parent8aadd65a3481a3bd65a9cdf43e577c690e600824 (diff)
downloadrebar-0af95507aa0ef8f5b7e2dd1024f9b0bb3399236c.tar.gz
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.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
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\")