-
Notifications
You must be signed in to change notification settings - Fork 170
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
remove deprecated lints in 3.0 #3880
Comments
I think enable_null_safety should also be removed in 3.0. This rule is being replaced by dart-lang/sdk#50694. |
I'd also like to remove |
None of these have to do with null safety, so they can be deleted even before Google internal is null safe. (The last one, |
Can we also remove |
Also, how is the present issue different from dart-lang/lints#95 ? |
I think so? @bwilkerson?
This issue tracks the removal of the lint implementations from the linter. dart-lang/lints#95 is about removing newly removed/deprecated lints from the published lint sets. |
The |
Closing linter side as complete. |
3.0 would be a good time to remove deprecated lints.
Candidates:
avoid_as
#4005invariant_booleans
#4009prefer_bool_in_asserts
#4012prefer_equal_for_default_values
#4013super_goes_last
#4014enable_null_safety
#4020The text was updated successfully, but these errors were encountered: