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

Unified Diff: pkg/analysis_server/lib/src/plugin/plugin_manager.dart

Issue 2982773002: Add angular to analyzer plugin whitelist (Closed)
Patch Set: Created 3 years, 5 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: pkg/analysis_server/lib/src/plugin/plugin_manager.dart
diff --git a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
index e69d1f3ef54b9a7e9862d22c9626d39dee810cc1..6b4fdc7cd722550722f612627dc8604bb7a42ec1 100644
--- a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
+++ b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
@@ -311,7 +311,9 @@ class PluginManager {
// TODO(brianwilkerson) Figure out the right list of plugin paths.
_whitelistGlobs = <Glob>[
new Glob(resourceProvider.pathContext.separator,
- '**/angular_analyzer_plugin/tools/analyzer_plugin')
+ '**/angular_analyzer_plugin/tools/analyzer_plugin'),
+ new Glob(resourceProvider.pathContext.separator,
+ '**angular/tools/analyzer_plugin')
Brian Wilkerson 2017/07/19 20:10:05 I think this was suppose to be a replacement for t
];
}
« 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