summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Zieren <zieren@google.com>2019-07-24 17:39:26 +0200
committerJoerg Zieren <zieren@google.com>2019-07-29 10:52:51 +0200
commit81c899f0859e8ae1a3c08cd27c4b796ba20588fe (patch)
tree2ec4ca266eb48e05cfe781980aaed644e110a05e
parente62fd2e27d220ee168d1c3370103d1f2fd53a1cb (diff)
Add documentation for CommentValidator interface
-rw-r--r--Documentation/config-validation.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config-validation.txt b/Documentation/config-validation.txt
index 24932a8d00..cb953c1288 100644
--- a/Documentation/config-validation.txt
+++ b/Documentation/config-validation.txt
@@ -122,6 +122,15 @@ Plugins implementing the `AccountActivationValidationListener` interface can
perform validation when an account is activated or deactivated via the Gerrit
REST API or the Java extension API.
+[[review-comment-validation]]
+== Review comment validation
+
+
+The `CommentValidator` interface allows plugins to validate all review comments,
+i.e. inline comments, file comments and the review message. This works for the
+REST API, for `git push` when `--publish-comments` is used and for comments sent
+via email.
+
GERRIT
------