mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 19:19:53 +00:00
Update filter list for custom xref query
Rebar has support for optional compilers built-in. These compilers might not be installed causing xref to return errors for the undefined external function calls query. The updated filter list will catch this error and act as a nop if they are installed.
This commit is contained in:
parent
ae178b851b
commit
6ada1c24c7
1 changed files with 7 additions and 2 deletions
|
@ -7,4 +7,9 @@
|
||||||
{xref_queries,
|
{xref_queries,
|
||||||
[{"(XC - UC) || (XU - X - B
|
[{"(XC - UC) || (XU - X - B
|
||||||
- (\"escript\":\"foldl\"/\"3\")
|
- (\"escript\":\"foldl\"/\"3\")
|
||||||
- (\"abnfc\":\"file\"/\"2\"))",[]}]}.
|
- (\"abnfc\":\"file\"/\"2\")
|
||||||
|
- (\"erlydtl\":\"compile\"/\"3\")
|
||||||
|
- (\"lfe_comp\":\"file\"/\"2\")
|
||||||
|
- (\"neotoma\":\"file\"/\"2\")
|
||||||
|
- (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
|
||||||
|
[]}]}.
|
||||||
|
|
Loading…
Reference in a new issue