Stop using strong-mode options in dart2js_runtime_metrics and scrape

Change-Id: I89347335d14ecf539fc7ea7fc44bd31680dbc458
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275302
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins 2022-12-13 18:27:22 +00:00 committed by Commit Queue
parent fdf59ad1eb
commit 35f0bb8187
2 changed files with 5 additions and 5 deletions

View file

@ -2,5 +2,5 @@ analyzer:
errors:
import_internal_library: ignore
export_internal_library: ignore
strong-mode:
implicit-casts: false
language:
strict-casts: true

View file

@ -1,6 +1,6 @@
include: package:lints/recommended.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-raw-types: true