Use new strict-casts option in dart_internal

Bug: https://github.com/dart-lang/sdk/issues/47902
Change-Id: Ica869d6884e7ab47c90f893662f759c9e89021de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/225043
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins
2021-12-20 20:13:33 +00:00
committed by Commit Bot
parent 58279ca53c
commit cadd5cc145
+2 -2
View File
@@ -1,5 +1,5 @@
analyzer:
errors:
import_internal_library: ignore
strong-mode:
implicit-casts: false
language:
strict-casts: true