Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts,
[debug_info,
{i, "include"},
fail_on_warning,
{platform_define, "^[0-9]+", namespaced_types}]}.
{validate_app_modules, false}.
{ct_extra_params, "-no_auto_compile"}.
{deps, []}.
{project_plugins, [rebar3_format, rebar3_ex_doc, rebar3_hex]}.
{shell,
% {config, "config/sys.config"},
[{apps, [blockade]}]}.
{hex, [{doc, ex_doc}]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/alfetahe/blockade"}]}.
{format,
[{formatter, default_formatter},
{options, #{paper => 100, inline_fields => {when_under, 5}}}]}.