chore: add the otp vsn limitation
This commit is contained in:
parent
759b1dacdf
commit
43a000b7fd
|
@ -6,6 +6,7 @@
|
||||||
%% with rebar.config.erl module. Final result is written to
|
%% with rebar.config.erl module. Final result is written to
|
||||||
%% rebar.config.rendered if environment DEBUG is set.
|
%% rebar.config.rendered if environment DEBUG is set.
|
||||||
|
|
||||||
|
{minimum_otp_vsn, "23"}.
|
||||||
{edoc_opts, [{preprocess,true}]}.
|
{edoc_opts, [{preprocess,true}]}.
|
||||||
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,
|
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,
|
||||||
warn_obsolete_guard,compressed,
|
warn_obsolete_guard,compressed,
|
||||||
|
|
Loading…
Reference in New Issue