Skip to content

Commit

Permalink
Merge pull request #133 from basho/feature/xref
Browse files Browse the repository at this point in the history
Add xref target
  • Loading branch information
Vagabond committed Jan 29, 2014
2 parents c7e6a3a + c7342b7 commit ffa68c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Expand Up @@ -20,3 +20,5 @@
]}. ]}.


{eunit_opts, [verbose]}. {eunit_opts, [verbose]}.

{xref_checks, [undefined_function_calls]}.
3 changes: 3 additions & 0 deletions tools.mk
Expand Up @@ -4,6 +4,9 @@ test: compile
docs: docs:
./rebar doc skip_deps=true ./rebar doc skip_deps=true


xref: compile
./rebar xref skip_deps=true

PLT ?= $(HOME)/.riak_combo_dialyzer_plt PLT ?= $(HOME)/.riak_combo_dialyzer_plt
LOCAL_PLT = .local_dialyzer_plt LOCAL_PLT = .local_dialyzer_plt
DIALYZER_FLAGS ?= -Wunmatched_returns DIALYZER_FLAGS ?= -Wunmatched_returns
Expand Down

0 comments on commit ffa68c1

Please sign in to comment.