mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
Document validate_app_modules option
This commit is contained in:
parent
e024778599
commit
852edb0e63
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue