diff options
-rw-r--r-- | rebar.config.sample | 3 |
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' |