Skip to content

Commit

Permalink
Use new strict-casts option in dart_internal
Browse files Browse the repository at this point in the history
Bug: #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>
  • Loading branch information
srawlins authored and Commit Bot committed Dec 20, 2021
1 parent 58279ca commit cadd5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/dart_internal/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
analyzer:
errors:
import_internal_library: ignore
strong-mode:
implicit-casts: false
language:
strict-casts: true

0 comments on commit cadd5cc

Please sign in to comment.