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

Unified Diff: pkg/analyzer/lib/src/context/context.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/context/context.dart
===================================================================
--- pkg/analyzer/lib/src/context/context.dart (revision 45654)
+++ pkg/analyzer/lib/src/context/context.dart (working copy)
@@ -204,6 +204,7 @@
this._options.generateSdkErrors != options.generateSdkErrors ||
this._options.dart2jsHint != options.dart2jsHint ||
(this._options.hint && !options.hint) ||
+ (this._options.lint && !options.lint) ||
this._options.preserveComments != options.preserveComments ||
this._options.enableNullAwareOperators !=
options.enableNullAwareOperators ||

Powered by Google App Engine
This is Rietveld 408576698