rebar.config

%% -*- mode: erlang -*-

{erl_opts, [
    debug_info
]}.


{pre_hooks, [
  {compile, "./cotonic-fetch.sh"},
  {clean, "./cotonic-clean.sh"}
]}.

{deps,
 [
    {zotonic_core, "1.0.0-rc.2"}
 ]
}.

{plugins, []}.

{xref_checks, [undefined_function_calls,
               locals_not_used,
               deprecated_function_calls]}.