rules


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

io.github.embeddedkafka
ArtifactId

ArtifactId

scalafix_2.13
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

rules
rules
Project URL

Project URL

https://github.com/embeddedkafka/embedded-kafka-scalafix
Project Organization

Project Organization

io.github.embeddedkafka
Source Code Management

Source Code Management

https://github.com/embeddedkafka/embedded-kafka-scalafix

Download scalafix_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.embeddedkafka/scalafix_2.13/ -->
<dependency>
    <groupId>io.github.embeddedkafka</groupId>
    <artifactId>scalafix_2.13</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.embeddedkafka/scalafix_2.13/
implementation 'io.github.embeddedkafka:scalafix_2.13:0.0.1'
// https://jarcasting.com/artifacts/io.github.embeddedkafka/scalafix_2.13/
implementation ("io.github.embeddedkafka:scalafix_2.13:0.0.1")
'io.github.embeddedkafka:scalafix_2.13:jar:0.0.1'
<dependency org="io.github.embeddedkafka" name="scalafix_2.13" rev="0.0.1">
  <artifact name="scalafix_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.embeddedkafka', module='scalafix_2.13', version='0.0.1')
)
libraryDependencies += "io.github.embeddedkafka" % "scalafix_2.13" % "0.0.1"
[io.github.embeddedkafka/scalafix_2.13 "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.4
ch.epfl.scala : scalafix-core_2.13 jar 0.9.24

Project Modules

There are no modules declared in this project.

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.
io.github.embeddedkafka

Versions

Version
0.0.1