Merge "Rust owners, fix syntax error and more specific"

This commit is contained in:
Chih-hung Hsieh
2019-10-26 01:23:44 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 1 deletions

1
OWNERS
View File

@@ -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

5
rust/OWNERS Normal file
View File

@@ -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