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 iterable/list deprecated rules #86

Closed
wants to merge 1 commit into from

Conversation

robsonsilv4
Copy link
Contributor

Description

With Flutter 3.13/Dart 3.1, the iterable_contains_unrelated_type and list_remove_unrelated_type rules were deprecated.

As the rules was merged into already defined collection_methods_unrelated_type, both iterable_contains_unrelated_type and list_remove_unrelated_type could be removed.

This PR closes #85

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@renancaraujo
Copy link
Contributor

renancaraujo commented Aug 29, 2023

Hello @robsonsilv4, thanks for pointing this out. We tend to not change the versioned yaml, but rather, create a new yaml with the new version suffix.

I will add those changes to #84 and add you as a co-author

@robsonsilv4
Copy link
Contributor Author

Thanks for the feedback @renancaraujo 🦄, I completely forget about yaml versions

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.

fix: remove deprecated iterable/list unrelated type rules
2 participants