-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: update lints for Dart 3.5 #111
Conversation
cda9bbb
to
3f5595e
Compare
3f5595e
to
c05d8dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gone through all the issues and read through them, the changes seem reasonable.
The only rule that has a bit of a wishy-washy discussion is prefer_void_to_null, arguments can be made for the both sides discussed in https://github.com/dart-lang/linter/issues/4758. However, I think the false positives are valid considerations.
Nudging @wolfenrain so he can drop his two cents.
c05d8dd
to
c1e2eb5
Compare
Any ETA or news about this PR being merged and released? |
Status
IN DEVELOPMENT
Description
Fixes: dart-lang/linter#107.
This adds newly recommended lints and removes recently removed lints.
Lints which were only under discussion for removal or which haven't been released as recommended were skipped for now.
I can squash commits later, I wanted to keep them separate for review.
Also, I marked this as a draft. Should it be a draft? Is this mergeable on it's own, and I should make a new PR for more opinionated changes?
Type of Change