aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..d7d0b38
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,2 @@
+{dialyzer_opts, [src]}.
+{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.