commit | 56ea7f60da0463a36f0f60bec83cb9ecc066cd17 | [log] [tgz] |
---|---|---|
author | Sam Rawlins <srawlins@google.com> | Thu Oct 17 16:57:39 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 17 16:57:39 2024 +0000 |
tree | d43ba1198f511f031aa9f2c27d61b97ad3d9c5f8 | |
parent | 30cfb2cfc6be7f7754ded3e19218a201517fec46 [diff] |
analyzer: Remove strongMode from DriverOptions Change-Id: I4e864870c8286de84d266f9f7c04ae566edffbee Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/390666 Auto-Submit: Samuel Rawlins <srawlins@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
diff --git a/pkg/analyzer/lib/src/lint/analysis.dart b/pkg/analyzer/lib/src/lint/analysis.dart index 768499b..b13cc35 100644 --- a/pkg/analyzer/lib/src/lint/analysis.dart +++ b/pkg/analyzer/lib/src/lint/analysis.dart
@@ -53,9 +53,6 @@ /// The path to a `.packages` configuration file String? packageConfigPath; - - /// Whether to use Dart's Strong Mode analyzer. - bool strongMode = true; } /// A driver _only used_ by [DartLinter], which is only used by package:linter