Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
||||
{erl_opts, [debug_info]}.
|
||||
{plugins, [rebar3_hex]}.
|
||||
|
||||
{deps, [
|
||||
{zj, {git, "https://gitlab.com/zxq9/zj.git", {tag, "1.1.2"}}}
|
||||
, {yamerl, "0.10.0"}
|
||||
, {setup, "2.1.2"}
|
||||
]}.
|
||||
|
||||
{profiles, [
|
||||
{test, [{deps, [{meck, "0.9.2"}]}]}
|
||||
]}.
|
||||
|
||||
{xref_checks, [undefined_function_calls, undefined_functions,
|
||||
locals_not_used,
|
||||
deprecated_function_calls, deprecated_functions]}.
|
||||
|
||||
{dialyzer, [ {warnings, [unknown]}
|
||||
, {base_plt_apps, [erts, kernel, stdlib, yamerl, zj, setup]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user