Current section
Files
Jump to
Current section
Files
bugsnag_erlang
rebar.config
rebar.config
%%-*- mode: erlang -*-
{cover_enabled, true}.
{erl_opts, [
debug_info,
fail_on_warning,
{parse_transform, lager_transform}
]}.
{project_plugins, [
erlfmt
]}.
{deps, [
{lager, "~> 3.9"}
]}.
{erlfmt, [
write,
{print_width, 140}
]}.
{plugins, [rebar3_hex]}.