Przeglądaj źródła

Make existing `rebar.config` option more visible and easier to find

Especially for those that rely on the sample rebar.config from the get-go
pull/2356/head
Paulo F. Oliveira 4 lat temu
rodzic
commit
c9d14e8dd0
1 zmienionych plików z 9 dodań i 0 usunięć
  1. +9
    -0
      rebar.config.sample

+ 9
- 0
rebar.config.sample Wyświetl plik

@ -243,3 +243,12 @@
{xref_queries, {xref_queries,
[{"(XC - UC) || (XU - X - B" [{"(XC - UC) || (XU - X - B"
" - (\"mod\":\".*foo\"/\"4\"))",[]}]}. " - (\"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, []}.

Ładowanie…
Anuluj
Zapisz