From 852edb0e633ca9e4522286c18e64f200b86a6052 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 10 Oct 2010 22:23:17 +0200 Subject: [PATCH] Document validate_app_modules option --- rebar.config.sample | 3 +++ 1 file changed, 3 insertions(+) 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'