{erl_opts, [debug_info, warnings_as_errors,
            {platform_define, "^[0-9]+", namespaced_types}]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.

{dialyzer, [{warnings, [unmatched_returns, error_handling, race_conditions, underspecs]},
            {get_warnings, true}]}.