Browse Source

Merge pull request #194 from basho/feature/xref

Add xref target, with exclusions
pull/196/head
Andrew Thompson 11 years ago
parent
commit
73a120788d
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      rebar.config
  2. +3
    -0
      tools.mk

+ 3
- 0
rebar.config View File

@ -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 View File

@ -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…
Cancel
Save