Improve readability of getAllUsersAsCodeOwners_withViewAllAccounts Also verify that no accounts are returned if VIEW_ALL_ACCOUNTS is not assigned. This only works if the call is done by a non-admin user since admin users have the VIEW_ALL_ACCOUNTS capabilities implicitly assigned. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ic95f3a75db504ed6d2d6acd5c683013827a43372
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