Current section
Files
Jump to
Current section
Files
cowmachine
rebar.config
rebar.config
%%-*- mode: erlang -*-
{require_min_otp_vsn, "21.3"}.
{plugins, [rebar3_hex]}.
{deps, [
{zotonic_stdlib, "1.2.8"},
{cowboy, "2.8.0"}
]}.
{profiles, [
{test, [
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]},
{xref_ignores, [
]},
{dialyzer, [
{warnings, [
no_return
]}
]}
]}
]}.