Current section
Files
Jump to
Current section
Files
rebar.config
%% -*- erlang -*-
{erl_opts, [debug_info, warnings_as_errors, {parse_transform, lager_transform}]}.
{deps,
[{pgapp, "~>0.0.2"},
{lager, "~>3.2.0"}]
}.
{profiles,
[{lint, [{plugins, [rebar3_lint]}]},
{shell, [{deps, [sync]}]}]}.
{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.
{dialyzer, [{warnings, [underspecs]}]}.