blob: c589f4c79ab8176cea6e78a8ad6892c3a93a94e5 [file] [log] [blame]
{erl_opts, [warnings_as_errors, debug_info]}.
{xref_checks, [undefined_function_calls]}.
{dialyzer_opts, [{warnings, [unmatched_returns]}]}.
{cover_enabled, true}.
{clean_files, [".eunit", "ebin/*.beam", "test/*.beam"]}.