-
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
core/recommended lints to support wildcard variables #204
Comments
At least historically, these two lint sets tend to trail best practices. I.e., we've used a published recommendation in effective dart as a reason to add a lint to these two sets. Though for some items we've adjusted the lint set to prep best practices for upcoming language changes (i.e., dart-lang/sdk#51221). |
Post feature, I'll want a "no local The only places where If you write I don't know how I feel about Pre-feature, guiding people away from using |
Thanks!
This is in fact how it's currently implemented. And as of dart-lang/sdk@4a7db83,
this too. |
Hey all.
As we wrap up analyzer support for wildcards, we've got some open questions about how we want the linter to behave to support (and nudge folks towards idiomatic use of) wildcards. What opinions would you all like to see enforced in the core or recommended sets?
Feel free to chime in here or dart-lang/sdk#56595
Thanks!
The text was updated successfully, but these errors were encountered: