summaryrefslogtreecommitdiff
path: root/deps/meck/rebar.config
blob: c589f4c79ab8176cea6e78a8ad6892c3a93a94e5 (plain)
1
2
3
4
5
6
{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"]}.