| 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 ||
|
|
|