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

PredefIterableIsMutable doesn't apply to Scala 2.13. #289

Closed
mwz opened this issue Mar 7, 2020 · 3 comments · Fixed by #708
Closed

PredefIterableIsMutable doesn't apply to Scala 2.13. #289

mwz opened this issue Mar 7, 2020 · 3 comments · Fixed by #708

Comments

@mwz
Copy link
Contributor

mwz commented Mar 7, 2020

The PredefIterableIsMutable rule no longer applies to Scala 2.13 as Iterable now aliases scala.collection.Iterable which in turn delegates to immutable.Iterable.

The same applies to PredefSeqIsMutable.

This rule should be ignored in 2.13.

@mwz mwz changed the title PredefIterableIsMutable doesn't apply to Scala 2.13. PredefIterableIsMutable and PredefSeqIsMutable don't apply to Scala 2.13. Mar 7, 2020
@mccartney
Copy link
Collaborator

Similar to #294

@mwz
Copy link
Contributor Author

mwz commented Mar 9, 2020

There is this that we could use.

@saeltz saeltz mentioned this issue May 26, 2021
@saeltz saeltz changed the title PredefIterableIsMutable and PredefSeqIsMutable don't apply to Scala 2.13. PredefIterableIsMutable doesn't apply to Scala 2.13. Nov 19, 2022
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 a pull request may close this issue.

3 participants