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

Lint UUID.randomUUID() in favor of cats.effect.UUIDGen #128

Open
armanbilge opened this issue Jul 24, 2023 · 3 comments
Open

Lint UUID.randomUUID() in favor of cats.effect.UUIDGen #128

armanbilge opened this issue Jul 24, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@armanbilge
Copy link
Member

No description provided.

@armanbilge armanbilge added the enhancement New feature or request label Jul 24, 2023
@armanbilge
Copy link
Member Author

armanbilge commented Jul 24, 2023

Actually if the existing code is IO(UUID.randomUUID()) or IO.blocking(UUID.randomUUID()) we can rewrite it automatically to IO.randomUUID. Otherwise we can just lint.

@armanbilge armanbilge added the good first issue Good for newcomers label Jul 24, 2023
@brbrown25
Copy link
Contributor

I'm going to give this a look this weekend and might try and pick this one up.

@brbrown25
Copy link
Contributor

I actually got a mostly working draft I think. Will try and share it out by monday!

brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 6, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 6, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 6, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 6, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 6, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 7, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 9, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 9, 2024
brbrown25 added a commit to brbrown25/typelevel-scalafix that referenced this issue May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants