-
Notifications
You must be signed in to change notification settings - Fork 6
Issues: typelevel/typelevel-scalafix
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Lint New feature or request
good first issue
Good for newcomers
UUID.randomUUID()
in favor of cats.effect.UUIDGen
enhancement
#128
opened Jul 24, 2023 by
armanbilge
Rewrite New feature or request
resource.use { _ => useIt }
as .surround(useIt)
enhancement
#64
opened Oct 12, 2022 by
armanbilge
Rewrite New feature or request
Right(())
to Either.unit
enhancement
#46
opened Jul 25, 2022 by
armanbilge
Lint for New feature or request
.flatTap
with non-Unit
result
enhancement
#43
opened Jul 16, 2022 by
armanbilge
Lint/fix for when New feature or request
traverse
can be traverse_
?
enhancement
#24
opened Jun 16, 2022 by
armanbilge
Setup a website
documentation
Improvements or additions to documentation
#23
opened Jun 15, 2022 by
armanbilge
Add a rewrite for New feature or request
MapSequence
rule
enhancement
#13
opened Jun 7, 2022 by
armanbilge
MonadError[A, Throwable]
-> MonadThrow[A]
enhancement
#5
opened May 5, 2022 by
armanbilge
"deprecate" cats future instances
enhancement
New feature or request
#2
opened May 5, 2022 by
armanbilge
ProTip!
Exclude everything labeled
bug
with -label:bug.