Browse Source

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.
pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
0af95507aa
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      rebar.config

+ 2
- 0
rebar.config View File

@ -10,6 +10,8 @@
{xref_queries, {xref_queries,
[{"(XC - UC) || (XU - X - B [{"(XC - UC) || (XU - X - B
- (\"escript\":\"foldl\"/\"3\") - (\"escript\":\"foldl\"/\"3\")
- (\"eunit_test\":\"function_wrapper\"/\"2\")
- (\"eunit_test\":\"mf_wrapper\"/\"2\")
- (\"abnfc\":\"file\"/\"2\") - (\"abnfc\":\"file\"/\"2\")
- (\"erlydtl\":\"compile\"/\"3\") - (\"erlydtl\":\"compile\"/\"3\")
- (\"lfe_comp\":\"file\"/\"2\") - (\"lfe_comp\":\"file\"/\"2\")

Loading…
Cancel
Save