summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config7
1 files changed, 5 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 7e8f832..abbb3fb 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,12 +6,13 @@
{escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}.
{escript_incl_apps,
- [inets, getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
+ [getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
{escript_top_level_app, rebar}.
{escript_name, rebar3}.
{erl_opts,
- [{platform_define, "^[0-9]+", namespaced_types},
+ [{platform_define, "R14", no_callback_support},
+ {platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^R1[4|5]", deprecated_crypto},
debug_info,
warnings_as_errors]}.
@@ -39,3 +40,5 @@
{erlydtl_opts, [{doc_root, "priv/templates"},
{compiler_options, [report, return, debug_info]}]}.
+
+{dialyzer_plt_apps, [common_test, dialyzer, erlydtl, eunit, snmp]}.