typelevel-scalafix
typelevel-scalafix copied to clipboard
Lint `UUID.randomUUID()` in favor of `cats.effect.UUIDGen`
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.
I'm going to give this a look this weekend and might try and pick this one up.
I actually got a mostly working draft I think. Will try and share it out by monday!