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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 1134823002: Context fix for linting. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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/analyzer/lib/src/generated/engine.dart
===================================================================
--- pkg/analyzer/lib/src/generated/engine.dart (revision 45654)
+++ pkg/analyzer/lib/src/generated/engine.dart (working copy)
@@ -16,6 +16,7 @@
import 'package:analyzer/src/context/context.dart' as newContext;
import 'package:analyzer/src/generated/incremental_resolution_validator.dart';
import 'package:analyzer/src/plugin/engine_plugin.dart';
+import 'package:analyzer/src/plugin/linter_plugin.dart';
import 'package:analyzer/src/services/lint.dart';
import 'package:analyzer/src/task/manager.dart';
import 'package:analyzer/src/task/task_dart.dart';
@@ -5706,6 +5707,12 @@
final EnginePlugin enginePlugin = new EnginePlugin();
/**
+ * The plugin that defines the extension points and extensions that are
+ * inherently defined by the linter.
+ */
+ final LinterPlugin linterPlugin = new LinterPlugin();
+
+ /**
* The instrumentation service that is to be used by this analysis engine.
*/
InstrumentationService _instrumentationService =

Powered by Google App Engine
This is Rietveld 408576698