-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable strict-inference
#149
Comments
From a discussion with @leafpetersen, he considered this a clear win - adding it would provide value to users w/o any real downsides. |
For posterity, from https://dart.dev/tools/analysis#enabling-additional-type-checks:
|
This is a good stepping stone towards changing the instantiate-to-bounds to choosing |
Similar to #125, this is a proposal to enable
strict-inference
in the recommended lint set. We'd have to believe this is the way we want to recommend that people write Dart code.See #151 for the related
strict-raw-types
flag.The text was updated successfully, but these errors were encountered: