Skip to content

Commit

Permalink
chore: Deprecate Scalafix module (#4439)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Oct 16, 2024
1 parent d168a60 commit 5fa39ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions akka-http-scalafix/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Deprecated since 10.7.0

The setup of the scalafix module roughly follows the example in https://github.com/scalacenter/scalafix.g8.

## Adding new rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import scalafix.v1._
import scala.meta._
import scala.util.Try

@deprecated(since = "10.7.0")
class MigrateToServerBuilder extends SemanticRule("MigrateToServerBuilder") {

override def fix(implicit doc: SemanticDocument): Patch = {
Expand Down

0 comments on commit 5fa39ca

Please sign in to comment.