이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
lager
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
53
위키
활동
소스 검색
Add xref target, with exclusions
pull/194/head
Andrew Thompson
11 년 전
부모
0df1dd4949
커밋
4a0c5e9b55
2개의 변경된 파일
과
6개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
rebar.config
+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
쓰기
미리보기
불러오는 중...
취소
저장