Skip to content

Commit

Permalink
Add xref target
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Jan 29, 2014
1 parent c7e6a3a commit c7342b7
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]}.

{xref_checks, [undefined_function_calls]}.
3 changes: 3 additions & 0 deletions tools.mk
Expand Up @@ -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
Expand Down

0 comments on commit c7342b7

Please sign in to comment.