瀏覽代碼

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.
pull/3/head
Amit Kapoor 13 年之前
committed by Tuncer Ayaz
父節點
當前提交
6ada1c24c7
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. +7
    -2
      rebar.config

+ 7
- 2
rebar.config 查看文件

@ -5,6 +5,11 @@
{erl_opts, [warnings_as_errors]}.
{xref_checks, []}.
{xref_queries,
[{"(XC - UC) || (XU - X - B
[{"(XC - UC) || (XU - X - B
- (\"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…
取消
儲存