Skip to content

Scalafix rule to help embedded-kafka users update every import statement to the new package name

License

Notifications You must be signed in to change notification settings

embeddedkafka/embedded-kafka-scalafix

Repository files navigation

Scalafix rules for Embedded Kafka

Maven Central Build

Scalafix rule to help embedded-kafka users update every import statement to the new package name.

How to use

  • Add Scalafix to your project following the official docs.
  • In your build.sbt file add the following Scalafix dependency (replace x.x.x with the appropriate version): ThisBuild / scalafixDependencies += "io.github.embeddedkafka" %% "scalafix" % "x.x.x"
  • In your .scalafix.fmt file add the following rule:
rules = [
  EmbeddedKafka
]
  • Run test/scalafix command from sbt.
  • Remove the rule and the dependency.

About

Scalafix rule to help embedded-kafka users update every import statement to the new package name

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages