rebar.config
%% -*- mode: erlang -*-
{erl_opts, [
debug_info
]}.
{deps, [
{zotonic_core, "1.0.0-rc.14"}
]}.
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]}.
{dialyzer, [
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.