Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1946)

Unified Diff: WATCHLISTS

Issue 2801253002: Add more diagnostics to UX watch list. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/WATCHLISTS b/WATCHLISTS
index 32e07369d25f7d9aa17f9fe27aad5a9fc4472eaf..22df0f51c416b038174c5f659d537a3215d180e4 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -21,7 +21,18 @@
'filepath': '^pkg/front_end',
},
'messages_review': {
- 'filepath': '^pkg/front_end/messages.yaml',
+ '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'
+ ')$'
+ )
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698