Current section

Files

Jump to
erlcron rebar.config
Raw

rebar.config

%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% Dependencies ================================================================
{deps, []}.
%% Rebar Plugins ===============================================================
{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_ex_doc]}.
%% Compiler Options ============================================================
{erl_opts, [debug_info, warnings_as_errors]}.
%% Doc provider ===============================================================
{ex_doc, [
{source_url, <<"https://github.com/erlware/erlcron">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.
{hex, [{doc, ex_doc}]}.
%% EUnit =======================================================================
{eunit_opts, [%verbose,
%{report, {eunit_surefire, [{dir, "."}]}}]}.
no_tty]}.
{cover_enabled, true}.
{cover_print_enabled, true}.