mirror of
https://github.com/correl/rebar.git
synced 2024-11-30 11:09:56 +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?
|
%% Binaries to link into the erlang path?
|
||||||
{app_bin, []}.
|
{app_bin, []}.
|
||||||
|
|
||||||
|
%% Enable validation of the OTP app module list. Default is 'true'
|
||||||
|
{validate_app_modules, true}.
|
||||||
|
|
||||||
%% == Dependancies ==
|
%% == Dependancies ==
|
||||||
|
|
||||||
%% Where to put any downloaded depandencies. Default is `deps'
|
%% Where to put any downloaded depandencies. Default is `deps'
|
||||||
|
|
Loading…
Reference in a new issue