Closed robsonsilv4 closed 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
Thanks for the feedback @renancaraujo ๐ฆ, I completely forget about yaml
versions
Description
With Flutter 3.13/Dart 3.1, the
iterable_contains_unrelated_type
andlist_remove_unrelated_type rules were deprecated
.As the rules was merged into already defined
collection_methods_unrelated_type
, bothiterable_contains_unrelated_type
andlist_remove_unrelated_type
could be removed.This PR closes #85
Type of Change