This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
lager
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
53
Wiki
Activity
瀏覽代碼
Merge pull request
#194
from basho/feature/xref
Add xref target, with exclusions
pull/196/head
Andrew Thompson
11 年之前
父節點
0df1dd4949
002555ae7c
當前提交
73a120788d
共有
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
:
compile
./rebar xref
skip_deps
=
true
PLT
?=
$(
HOME
)
/.riak_combo_dialyzer_plt
LOCAL_PLT
=
.local_dialyzer_plt
DIALYZER_FLAGS
?=
-Wunmatched_returns
Write
Preview
Loading…
取消
儲存