Enable strict-inference (#135043)

Avoids that dynamic accidentally sneaks in, see https://dart.dev/tools/analysis#enabling-additional-type-checks
This commit is contained in:
Michael Goderbauer
2023-09-20 12:59:08 -07:00
committed by GitHub
parent 96a4ae9dc5
commit b0a90aee17
27 changed files with 63 additions and 55 deletions

View File

@@ -17,6 +17,7 @@
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
# allow self-reference to deprecated members (we do this because otherwise we have