forked from kafka4beam/wolff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebar.config
More file actions
29 lines (25 loc) · 786 Bytes
/
Copy pathrebar.config
File metadata and controls
29 lines (25 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{deps, [{kafka_protocol, {git, "https://github.com/emqx/kafka_protocol", {tag, "2.3.6.6"}}},
{replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.5.2"}}},
{lc, {git, "https://github.com/emqx/lc.git", {tag, "0.3.2"}}}
]}.
{erl_opts, [ error
, warn_unused_vars
, warn_shadow_vars
, warn_unused_import
, warn_obsolete_guard
, debug_info
]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.
{edoc_opts, [{preprocess, true}]}.
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls,
deprecated_functions]}.
{shell, [{apps, [wolff]}]}.
{profiles, [
{test, [
{deps, [
{meck, "0.9.2"}
]}
]}
]}.