aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: e700ab8ec6e6f882b4665fb3f0766239695ce483 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{cover_enabled, true}.
{dialyzer_opts, [src, {warnings, [
	behaviours,
	error_handling,
	race_conditions,
	unmatched_returns
%%	underspecs
]}]}.
{erl_opts, [
%%	bin_opt_info,
	warnings_as_errors,
	warn_export_all
]}.