Current section
Files
Jump to
Current section
Files
rebar3_raw_deps
rebar.config
rebar.config
%% vim: set filetype=erlang : -*- erlang -*-
{erl_opts, [
warnings_as_errors,
warn_export_all,
warn_untyped_record
]}.
{cover_enabled, true}.
{validate_app_modules, true}.
%% It need bbmustache, but it is included in the escript of rebar3.
%% So, this has been commented out.
%% {deps, [bbmustache]}.