-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebar.config
More file actions
36 lines (31 loc) · 740 Bytes
/
Copy pathrebar.config
File metadata and controls
36 lines (31 loc) · 740 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
30
31
32
33
34
35
36
{sub_dirs, ["rel",
"apps/erodlib",
"apps/erod",
"apps/dummy",
"apps/erodws",
"apps/erdom"]}.
{lib_dirs, ["deps",
"apps"]}.
{recursive_cmds, [clean, compile, xref, ct, generate]}.
{erl_opts,
[warnings_as_errors,
strict_validation,
warn_bif_clash,
% warn_deprecated_function, % Because of cowboy using crypto:sha/1
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
]}.
{xref_checks,
[undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions
]}.