Skip to content
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 prefer_equal_for_default_values from recommended set #141

Conversation

parlough
Copy link
Member

@parlough parlough commented Aug 11, 2023

Now that the package requires SDK ^3.0.0, this lint does nothing since it's not reported by the Dart 3 SDK, which instead reports the deprecated_colon_for_default_value diagnostic for 2.12-2.19 language versions.

Closes #143

@parlough parlough changed the title Remove prefer_equal_for_default_values from recommended set Remove prefer_equal_for_default_values from recommended set Aug 11, 2023
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should open an issue to track removing this from the lint set, even if the decision is pretty straightforward.

CHANGELOG.md Outdated Show resolved Hide resolved
@parlough
Copy link
Member Author

Superseded by b044aca

@parlough parlough closed this Sep 27, 2023
@parlough parlough deleted the misc/remove-prefer_equal_for_default_values branch September 27, 2023 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove prefer_equal_for_default_values from the recommended.yaml set
2 participants