Skip to content

Commit 56ea7f6

Browse files
srawlinsCommit Queue
authored andcommitted
analyzer: Remove strongMode from DriverOptions
Change-Id: I4e864870c8286de84d266f9f7c04ae566edffbee Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/390666 Auto-Submit: Samuel Rawlins <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 30cfb2c commit 56ea7f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/analyzer/lib/src/lint/analysis.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ class DriverOptions {
5353

5454
/// The path to a `.packages` configuration file
5555
String? packageConfigPath;
56-
57-
/// Whether to use Dart's Strong Mode analyzer.
58-
bool strongMode = true;
5956
}
6057

6158
/// A driver _only used_ by [DartLinter], which is only used by package:linter

0 commit comments

Comments
 (0)