add rebar.config.script for checking support maps and binary_to_{integer,float}/1

This commit is contained in:
Led 2015-08-03 00:44:49 +03:00
parent fef001479f
commit 446f674f27
3 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,5 @@
{erl_opts, [
% uncomment to always decode to maps
% {d, maps_always},
{platform_define, "R14|R15", 'no_binary_to_whatever'},
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
]}.
{edoc_opts, [{preprocess, true}]}.