VeryGoodOpenSource / very_good_analysis

Lint rules for Dart and Flutter used internally at Very Good Ventures ๐Ÿฆ„
https://pub.dev/packages/very_good_analysis
MIT License
369 stars 38 forks source link

Remove iterable/list deprecated rules #86

Closed robsonsilv4 closed 1 year ago

robsonsilv4 commented 1 year ago

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

renancaraujo commented 1 year ago

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 commented 1 year ago

Thanks for the feedback @renancaraujo ๐Ÿฆ„, I completely forget about yaml versions