DescriptionAdding check for team and component tags in owners files.
As a part of presubmit, if an OWNERS file is modified or added the
following checks will be performed:
- Ensure that at most one line starts with `# COMPONENT: ` exists in the
file.
- Ensure that at most one line starts with `# TEAM: ` exists in the
file, and that it contains exactly one email address.
R=stgao@chromium.org,dpranke@chromium.org,phajdan.jr@chromium.org
BUG=667954
Review-Url: https://codereview.chromium.org/2601773004
Committed: https://chromium.googlesource.com/chromium/src/+/9b21c11aaa6ad0e4d5bc0cd6e750b67e86ad0fbc
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressing comments and adding tests #
Total comments: 12
Patch Set 3 : PTAL, added check against multiple components in one line. #
Total comments: 2
Patch Set 4 : Addressing last comment. #
Dependent Patchsets: Messages
Total messages: 16 (5 generated)
|