Current section

Files

Jump to
qdate rebar.config
Raw

rebar.config

%% -*- erlang -*-
%% vim:ts=4 sw=4 et ft=erlang
{cover_enabled, true}.
{dialyzer, [
{exclude_apps, []},
{warnings, []}
]}.
{deps,
[
erlware_commons,
{qdate_localtime, "1.2.0"}
]}.