-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrebar.config
More file actions
24 lines (20 loc) · 793 Bytes
/
Copy pathrebar.config
File metadata and controls
24 lines (20 loc) · 793 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
%% -*- erlang -*-
{erl_opts, [debug_info,
warnings_as_errors,
warn_untyped_records]}.
{xref_checks, [undefined_function_calls]}.
{deps, [{hackney, "1.*",
{git, "git://github.com/benoitc/hackney.git", {tag, "1.4.7"}}},
{jsx, "2.*",
{git, "https://github.com/talentdeficit/jsx.git", {tag, "v2.7.1"}}},
{parse_trans, "2.*",
{git, "https://github.com/uwiger/parse_trans.git", {tag, "2.9.2"}}},
{edown, ".*",
{git, "https://github.com/uwiger/edown.git", "2f6d4d4649"}}]}.
{edoc_opts, [{doclet, edown_doclet},
{stylesheet, ""},
{image, ""},
{src_path, "src"},
{sort_functions, false},
{pretty_printer, erl_pp},
{preprocess, true}]}.