Add config option to disable validation of code owner configs on submit
Together with the already existing config option to disable the
validation of code owner configs on commit received, this allows admins
and project owners to disable the validation completely, but doing this
is not recommended.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ic191c620c418a131d1470084aa149242381a93fd
diff --git a/resources/Documentation/validation.md b/resources/Documentation/validation.md
index b3b6405..4040aa0 100644
--- a/resources/Documentation/validation.md
+++ b/resources/Documentation/validation.md
@@ -37,8 +37,10 @@
plugin gets installed/enabled, it is possible that invalid configuration files
already exist in the repository)
* updates happen behind Gerrit's back (e.g. pushes that bypass Gerrit)
-* the validation is disabled in the
- [plugin configuration](config.html#codeOwnersEnableValidationOnCommitReceived).
+* the validation is disabled via the
+ [enableValidationOnCommitReceived](config.html#codeOwnersEnableValidationOnCommitReceived)
+ or [enableValidationOnSubmit](config.html#codeOwnersEnableValidationOnSubmit)
+ config options
In addition for [code owner config files](user-guide.html#codeOwnerConfigFiles)
no validation is done when: