2013-08-15 09:25:23 +00:00
|
|
|
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
# Watchlist Rules
|
|
|
|
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
|
|
{
|
|
|
|
'WATCHLIST_DEFINITIONS': {
|
|
|
|
'runtime': {
|
2015-09-24 10:47:20 +00:00
|
|
|
'filepath': '^runtime/',
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
2014-03-12 23:09:53 +00:00
|
|
|
'observatory': {
|
2015-07-06 22:33:58 +00:00
|
|
|
'filepath': 'runtime/bin/vmservice/' \
|
|
|
|
'|runtime/bin/vmservice*' \
|
|
|
|
'|runtime/observatory/' \
|
|
|
|
'|runtime/vm/service/' \
|
|
|
|
'|runtime/vm/service*'
|
2014-03-12 23:09:53 +00:00
|
|
|
},
|
2017-02-27 11:59:50 +00:00
|
|
|
'front_end': {
|
|
|
|
'filepath': '^pkg/front_end',
|
2017-04-04 06:06:27 +00:00
|
|
|
},
|
|
|
|
'messages_review': {
|
2017-04-18 12:50:59 +00:00
|
|
|
'filepath': (
|
|
|
|
'^('
|
|
|
|
'pkg/front_end/messages\\.yaml|'
|
|
|
|
'pkg/compiler/lib/src/diagnostics/messages\\.dart|'
|
|
|
|
'pkg/analyzer/lib/src/analysis_options/error/option_codes\\.dart|'
|
|
|
|
'pkg/analyzer/lib/src/dart/error/hint_codes\\.dart|'
|
|
|
|
'pkg/analyzer/lib/src/dart/error/lint_codes\\.dart|'
|
|
|
|
'pkg/analyzer/lib/src/dart/error/todo_codes\\.dart|'
|
|
|
|
'pkg/analyzer/lib/src/html/error/html_codes\\.dart|'
|
|
|
|
'pkg/dart_messages/lib/shared_messages\\.dart'
|
|
|
|
')$'
|
|
|
|
)
|
2017-04-04 06:06:27 +00:00
|
|
|
},
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
|
|
|
'runtime': ['vm-dev@dartlang.org'],
|
2017-05-19 14:56:54 +00:00
|
|
|
'observatory': ['turnidge@google.com', 'rmacnak@google.com'],
|
2017-02-27 11:59:50 +00:00
|
|
|
'front_end': ['dart-fe-team+reviews@google.com'],
|
2017-04-04 06:06:27 +00:00
|
|
|
'messages_review': [ 'dart-uxr+reviews@google.com' ],
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
|
|
|
}
|