This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Add xref target, with exclusions
pull/194/head
Andrew Thompson
11 years ago
parent
0df1dd4949
commit
4a0c5e9b55
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
rebar.config
+3
-0
tools.mk
+ 3
- 0
rebar.config
View File
@ -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
View File
@ -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
Write
Preview
Loading…
Cancel
Save