-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathrebar.config
More file actions
35 lines (31 loc) · 724 Bytes
/
Copy pathrebar.config
File metadata and controls
35 lines (31 loc) · 724 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
%%% Copyright (c) Andrew Bennett
%%%
%%% This source code is licensed under the MIT license found in the
%%% LICENSE.md file in the root directory of this source tree.
%%%
%%% % @format
{erl_opts, [
debug_info,
warnings_as_errors
]}.
% {deps, [
% {eqwalizer_support,
% {git_subdir, "https://github.com/WhatsApp/eqwalizer.git", {branch, "main"}, "eqwalizer_support"}}
% ]}.
{shell,
% {config, "config/sys.config"},
[{apps, [jose]}]}.
{dialyzer, [
{plt_apps, all_deps},
{warnings, [
unknown
]}
]}.
{xref_checks, [
undefined_function_calls,
undefined_functions,
locals_not_used,
% exports_not_used,
deprecated_function_calls,
deprecated_functions
]}.