Add documentation of plugin-based commit validation
Change-Id: Ifb78f5cb33a46a6702ac11e837152e841dc29c91
This commit is contained in:
parent
bda961379c
commit
ec31ddf545
18
Documentation/config-validation.txt
Normal file
18
Documentation/config-validation.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Gerrit Code Review - Commit Validation
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Gerrit supports link:dev-plugins.html[plugin-based] validation of
|
||||||
|
uploaded commits.
|
||||||
|
|
||||||
|
This allows plugins to perform additional validation checks against
|
||||||
|
uploaded commits, and send back a warning or error message to the git
|
||||||
|
client.
|
||||||
|
|
||||||
|
To make use of this feature, a plugin must implement the `CommitValidationListener`
|
||||||
|
interface.
|
||||||
|
|
||||||
|
|
||||||
|
GERRIT
|
||||||
|
------
|
||||||
|
Part of link:index.html[Gerrit Code Review]
|
||||||
|
|
@ -45,6 +45,7 @@ Configuration
|
|||||||
* link:config-hooks.html[Hooks]
|
* link:config-hooks.html[Hooks]
|
||||||
* link:config-mail.html[Mail Templates]
|
* link:config-mail.html[Mail Templates]
|
||||||
* link:config-cla.html[Contributor Agreements]
|
* link:config-cla.html[Contributor Agreements]
|
||||||
|
* link:config-validation.html[Commit Validation]
|
||||||
|
|
||||||
Developer Documentation
|
Developer Documentation
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user