Skip to content

Commit

Permalink
Limit xref checks
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaleksey committed Mar 23, 2013
1 parent fe7e545 commit d20f68b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: all compile clean doc check_plt build_plt clean_plt dialyze
.PHONY: all compile clean doc check_plt build_plt clean_plt dialyze xref

all: deps compile doc

Expand Down Expand Up @@ -29,3 +29,6 @@ clean_plt:

dialyze: compile
dialyzer -Wno_return --plt $(PLT) ebin

xref:
@./rebar skip_deps=true xref
1 change: 0 additions & 1 deletion TODO
Expand Up @@ -5,5 +5,4 @@
- add snappy support (if installed)
- add events support
- examples
- fix? xref
- native multi-pooling with app supervisor and app.config?
2 changes: 2 additions & 0 deletions rebar.config
Expand Up @@ -7,3 +7,5 @@
[{doclet, edown_doclet},
{app_default, "http://www.erlang.org/doc/man"},
{top_level_readme, {"./README.md", "https://github.com/iamaleksey/seestar"}}]}.

{xref_checks, [undefined_function_calls]}.

0 comments on commit d20f68b

Please sign in to comment.