summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-10-10 22:23:17 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-10-10 22:23:17 +0200
commit852edb0e633ca9e4522286c18e64f200b86a6052 (patch)
tree91d034a8277870ce5bce7a3a59a50065dcff6b5e
parente024778599c71559f97003014ae8457a19e01256 (diff)
Document validate_app_modules option
-rw-r--r--rebar.config.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index d2d903b..2074805 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -94,6 +94,9 @@
%% Binaries to link into the erlang path?
{app_bin, []}.
+%% Enable validation of the OTP app module list. Default is 'true'
+{validate_app_modules, true}.
+
%% == Dependancies ==
%% Where to put any downloaded depandencies. Default is `deps'