Packages

Provider for supporting the raw deps

Current section

Files

Jump to
rebar3_raw_deps rebar.config
Raw

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]}.