You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
@incendial i'm sorry i worded this issue very badly. i meant i wanted an option to ban late variables that are initialized (as in, the late keyword isn't necessary). but thinking about it more i feel it should probably be a new rule anyway. i will raise a new issue
What rule do you want to change?
avoid-late-keyword
How will the change be implemented? (New option, new default behavior, etc.)?
new option
Please provide some example code that this change will affect:
What does the rule currently do for this code?
error on both lines
What will the rule do after it's changed?
only error on
bool
Are you willing to submit a pull request to implement this change?
if it's easy
The text was updated successfully, but these errors were encountered: