瀏覽代碼

Merge pull request #194 from basho/feature/xref

Add xref target, with exclusions
pull/196/head
Andrew Thompson 11 年之前
父節點
當前提交
73a120788d
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. +3
    -0
      rebar.config
  2. +3
    -0
      tools.mk

+ 3
- 0
rebar.config 查看文件

@ -5,5 +5,8 @@
{git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
]}.
{xref_checks, []}.
{xref_queries, [{"(XC - UC) || (XU - X - B - lager_default_tracer : Mod)", []}]}.
{cover_enabled, true}.
{edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}.

+ 3
- 0
tools.mk 查看文件

@ -4,6 +4,9 @@ test: compile
docs:
./rebar doc skip_deps=true
xref: compile
./rebar xref skip_deps=true
PLT ?= $(HOME)/.riak_combo_dialyzer_plt
LOCAL_PLT = .local_dialyzer_plt
DIALYZER_FLAGS ?= -Wunmatched_returns

Loading…
取消
儲存