Skip to content

Releases: typelevel/typelevel-scalafix

0.1.1

08 Jun 14:20
773ba25

Choose a tag to compare

Fixed

  • #14 - a bug where usage of the IO.apply method was not recognised when discarded, since it represented a special case in the Scalameta AST.

0.1.0

07 Jun 09:17
64d019e

Choose a tag to compare

The initial release of this project, containing linting rules to detect .map(f).sequence function call chains, and to detect discarded IO expressions.