소스 검색

Add xref target, with exclusions

pull/194/head
Andrew Thompson 11 년 전
부모
커밋
4a0c5e9b55
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:
./rebar xref skip_deps=true
PLT ?= $(HOME)/.riak_combo_dialyzer_plt
LOCAL_PLT = .local_dialyzer_plt
DIALYZER_FLAGS ?= -Wunmatched_returns

불러오는 중...
취소
저장