Create a watchlist for analyzer

Change-Id: Ia271a2702778016c613d7d89810aec8dc6a30b1b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281306
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Sam Rawlins 2023-02-08 22:21:49 +00:00 committed by Commit Queue
parent ec6712542c
commit d37fd8b170

View file

@ -7,6 +7,18 @@
{
'WATCHLIST_DEFINITIONS': {
'analyzer': {
'filepath': (
'^pkg/analysis_server|'
'^pkg/analysis_server_client|'
'^pkg/analyzer|'
'^pkg/analyzer_cli|'
'^pkg/analyzer_plugin|'
'^pkg/analyzer_utilities|'
'^pkg/meta|'
'^pkg/nnbd_migration'
)
},
'build': {
'filepath': (
'.*gyp$|'
@ -83,6 +95,7 @@
},
'WATCHLISTS': {
'analyzer': [ 'dart-analysis-team-log@google.com' ],
'dart2js': [ 'dart2js-team+reviews@google.com' ],
'dart2wasm': [ 'dart2wasm-team+reviews@google.com' ],
'dartdevc': [ 'dart-dc-team+reviews@google.com' ],