forked from erlcloud/erlcloud
-
Notifications
You must be signed in to change notification settings - Fork 4
/
rebar.config
22 lines (21 loc) · 768 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
{erl_opts,
[debug_info,
%% warnings_as_errors, % disabled due to disabled function
strict_validation,
warn_bif_clash,
warn_deprecated_function,
warn_export_all,
warn_export_vars,
warn_exported_vars,
warn_obsolete_guard,
warn_shadow_vars,
warn_unused_import,
warn_unused_function,
warn_unused_record,
warn_unused_vars]}.
{deps, [{meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.3"}}},
{jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}},
%% {hackney, ".*", {git, "git://github.com/benoitc/hackney.git", {tag, "1.2.0"}}},
{lhttpc, ".*", {git, "git://github.com/talko/lhttpc", {tag, "1.4.0"}}}
]}.