Skip to content

Commit

Permalink
Create a watchlist for analyzer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
srawlins authored and Commit Queue committed Feb 8, 2023
1 parent ec67125 commit d37fd8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -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$|'
Expand Down Expand Up @@ -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' ],
Expand Down

0 comments on commit d37fd8b

Please sign in to comment.