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

Unified Diff: pkg/analysis_server/lib/src/server/driver.dart

Issue 1975963002: Support the name analysis_options.yaml for analysis options files (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
Index: pkg/analysis_server/lib/src/server/driver.dart
diff --git a/pkg/analysis_server/lib/src/server/driver.dart b/pkg/analysis_server/lib/src/server/driver.dart
index 6ccf8aed00718c66a65e73d32555d23b1d078276..ae8c50f43b62d44c874e0e92cb7d644a3a3d5b90 100644
--- a/pkg/analysis_server/lib/src/server/driver.dart
+++ b/pkg/analysis_server/lib/src/server/driver.dart
@@ -313,7 +313,7 @@ class Driver implements ServerStarter {
* If this flag is `true`, then single analysis context should be used for
* analysis of multiple analysis roots, special files that could otherwise
* cause creating additional contexts, such as `pubspec.yaml`, or `.packages`,
- * or `.analysis_options` are ignored.
+ * or analysis options are ignored.
*/
bool useSingleContextManager = false;

Powered by Google App Engine
This is Rietveld 408576698