summaryrefslogtreecommitdiff
path: root/deps/goldrush/rebar.config
blob: 370a07807b9e7931932c74085f88e0ac19c8cc90 (plain)
1
2
3
4
5
6
7
8
{cover_enabled, true}.
{erl_opts, [
%%	bin_opt_info,
%%	warn_missing_spec,
	warn_export_all
]}.
{edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}.