Skip to content

Commit 62dd31e

Browse files
stereotype441Commit Queue
authored andcommitted
[analyzer] Allow developer experience team to approve message-only CLs.
Change-Id: Icb52e0f35f92ff36734917a4693fffe5e811e8e7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/410941 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Paul Berry <[email protected]>
1 parent 7d954e5 commit 62dd31e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/analyzer/OWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ file:/tools/OWNERS_MODEL
66
per-file api.txt=set noparent
77
per-file api.txt=file:/tools/OWNERS_DEVELOPER_EXPERIENCE
88
per-file api.txt=file:/OWNERS # (For last resort global approvers)
9+
10+
# messages.yaml contains error message text, so it should be
11+
# reviewable by the either the model team or the developer experience
12+
# team.
13+
per-file messages.yaml=file:/tools/OWNERS_DEVELOPER_EXPERIENCE
14+
15+
# .g.dart files are generated, and we have tests making sure the code
16+
# generation is up to date, so it is safe for them to be reviewed by
17+
# either the model team or the developer experience team.
18+
per-file *.g.dart=file:/tools/OWNERS_DEVELOPER_EXPERIENCE

0 commit comments

Comments
 (0)