Add dialyzer and compiler options to rebar.config.

This commit is contained in:
Loïc Hoguin 2011-04-19 12:45:17 +02:00
parent 72726bdf6c
commit 948873ddec

View File

@ -1,4 +1,15 @@
%%-*- mode: erlang -*-
{deps, [
{ex_reloader, ".*", {git, "git://github.com/extend/ex_reloader.git", "HEAD"}}
]}.
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [
%% bin_opt_info,
%% warnings_as_errors,
warn_export_all
]}.