瀏覽代碼

Merge pull request #2356 from paulo-ferraz-oliveira/feature/xref_ignores_in_rebar_config_sample

Add xref_ignores to sample config file
pull/2154/merge
Fred Hebert 4 年之前
committed by GitHub
父節點
當前提交
62b97215ae
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      rebar.config.sample

+ 9
- 0
rebar.config.sample 查看文件

@ -243,3 +243,12 @@
{xref_queries,
[{"(XC - UC) || (XU - X - B"
" - (\"mod\":\".*foo\"/\"4\"))",[]}]}.
%% You might want to exclude certains functions or modules from your
%% rebar3 xref analysis.
%% You can do so with the following option, that takes as list items
%% one or more of a combination of:
%% * module(),
%% * {module(), function()},
%% * {module(), function(), arity()}
{xref_ignores, []}.

Loading…
取消
儲存