%%-*- mode: erlang -*-

{require_min_otp_vsn, "19"}.

{deps, [
    {zotonic_stdlib, "1.0.1"},
    {cowboy, "2.6.3"}
]}.

{profiles, [
    {test, [
        {xref_checks, [
            undefined_function_calls,
            locals_not_used,
            deprecated_function_calls
        ]},

        {xref_ignores, [
        ]},

        {dialyzer, [
          {warnings, [
              no_return
          ]}
        ]}
    ]}
]}.
