Move commit message length checks to validation plugin
Checks of the commit message's length are removed from the ReceiveCommits class. These checks are now done in the commit message length validation plugin, which is added as a core plugin. Change-Id: Ia0858b11e475c48f50ec63fbe0076239edf8f64b
This commit is contained in:
@@ -11,6 +11,9 @@ client.
|
||||
To make use of this feature, a plugin must implement the `CommitValidationListener`
|
||||
interface.
|
||||
|
||||
Out of the box, Gerrit includes a plugin that checks the length of the
|
||||
subject and body lines of commit messages on uploaded commits.
|
||||
|
||||
|
||||
GERRIT
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user