rebar.config

%% -*- mode: erlang -*-

{erl_opts, [
    debug_info
]}.


{deps,
 [
    {zotonic_notifier, "1.0.0-rc.9"}
 ]
}.

{plugins, []}.

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