forked from basho/riak_repl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
19 lines (16 loc) · 846 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%%-*- mode: erlang -*-
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors,
{parse_transform, lager_transform},
{platform_define, "^[0-9]+", namespaced_types}]}.
{erl_first_files, ["src/gen_leader.erl"]}.
{xref_checks, []}.
{xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}.
{deps, [
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
{ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
{ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {tag, "2.1.8"}}},
{riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {tag, "2.6.0"}}}
]}.
{edoc_opts, [{preprocess, true}]}.