diff options
author | 2019-10-25 10:14:49 -0700 | |
---|---|---|
committer | 2019-10-25 10:14:49 -0700 | |
commit | 3eff7cb3b03e5deab0fa1c0232cf738e6e787755 (patch) | |
tree | 42086aa353fc2d1d68798229f87d32bfd9a4087e | |
parent | 7289ddbebae560112c6b725a529dd8d726816f7e (diff) |
Rust owners, fix syntax error and more specific
* per-file cannot handle file path yet
* subdirectory OWNERS inherit from parent OWNERS and add more
Bug: 141207129
Test: mm in rust enabled modules
Change-Id: I21cb16fcd69165099a6d3e85720af9da4382939e
-rw-r--r-- | OWNERS | 1 | ||||
-rw-r--r-- | rust/OWNERS | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -4,4 +4,3 @@ per-file ndk_*.go, *gen_stub_libs.py = danalbert@google.com per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com per-file tidy.go = srhines@google.com, chh@google.com per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com -per-file rust/config/whitelist.go = chh@google.com, ivanlozano@google.com, jeffv@google.com, jgalenson@google.com, srhines@google.com diff --git a/rust/OWNERS b/rust/OWNERS new file mode 100644 index 000000000..82713f996 --- /dev/null +++ b/rust/OWNERS @@ -0,0 +1,5 @@ +# Additional owner/reviewers for rust rules, including parent directory owners. +per-file * = chh@google.com, ivanlozano@google.com, jeffv@google.com, srhines@google.com + +# Limited owners/reviewers of the whitelist. +per-file whitelist.go = chh@google.com, ivanlozano@google.com, jeffv@google.com, jgalenson@google.com, srhines@google.com |