1{sub_dirs, []}.
2
3{cover_enabled, true}.
4
5%%{erl_opts, []}.
6%%{erl_opts, [native]}.
7{erl_opts, [debug_info]}.
8{xref_checks, [undefined_function_calls]}.
9%% {erl_opts, [debug_info, fail_on_warning, warn_missing_spec]}.
10
11{deps, []}.
12{eunit_opts, [verbose]}.
13{plugins, [rebar3_hex]}.
14