Include plugin name into validation messages

This way it's clear from which plugin these messages are coming. E.g. if
hosts have both, the code-owners plugin and the find-owners plugin,
installed the messages can be confusing if that's not clear (e.g. if the
find-owners plugin reports validation issues and the code-owners plugin
is configured to not do validation and says that the validation is
skipped).

Change-Id: I7311efb44205deb9bfb34af6528294ca82e653f7
Signed-off-by: Edwin Kempin <ekempin@google.com>
2 files changed
tree: f56f7638175c7df71a9e9435d411940dc99d5487
  1. java/
  2. javatests/
  3. proto/
  4. resources/
  5. test/
  6. ui/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. bower.json
  11. BUILD
  12. LICENSE
  13. package-lock.json
  14. package.json
  15. README.md
README.md

Gerrit Code Review code-owners plugin

This plugin provides support for defining code owners for files in a repository.

If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.

Also see resources/Documentation/about.md

IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md