Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 16:20
· 871 commits to refs/heads/main since this release

Pull Requests

Rules

  • support Scala 3 style wildcard import in RemoveUnused (#1664) @xuwei-k
  • Add an option to only add explicit result types to implicit definitions (#1623) @OlegYch
  • Fix RedundantSyntax raw interpolator handling (#1618) @gontard

Framework

  • don't publish scala 3 artifacts for now (#1670) @bjaglin
  • remove unused class (#1667) @bjaglin
  • skip src and doc packaging when publishing locally (#1665) @bjaglin
  • build (java) interfaces module once for all scala versions (#1645) @bjaglin
  • cli should support configurable rules built against older core (#1644) @bjaglin
  • Scalafix-rules cross compiled in scala3 (#1643) @rvacaru
  • Scalafix-core compiled in Scala 3 (#1629) @rvacaru
  • test loading of external rule built with metaconfig hack (#1633) @bjaglin
  • Revert "better error for external rules ran with old scalafix-cli version" (#1632) @rvacaru
  • Fixed ExplicitResultTypes for implicit members when memberKind and visibility configs are present (#1627) @rvacaru
  • return custom error when no rule was requested (#1624) @bjaglin

Docs

  • Update Integration tests documentation. (#1660) @sergey-lagutin
  • remote gitter shield (#1655) @bjaglin
  • Fix small issues with the tutorial docs (#1654) @ssanj
  • Use scalameta's Discord rather than gitter for support (#1653) @bjaglin
  • xuwei-k/replace-symbol-literals is now in xuwei-k/scalafix-rules (#1634) @bjaglin

Updates