From 3ddc702197831d876adc697315f362cca6aa99cd Mon Sep 17 00:00:00 2001
From: Docusaurus bot The Scalafix public API documentation is composed of several packages.
Latest Scaladoc: -v0.12.1
+v0.13.0The Scalafix v1 API is available through import scalafix.v1._
. Key data
structures include:
To test custom Scalafix rules outside of sbt use the library API of
scalafix-testkit
directly. Start by adding a dependency on the
-scalafix-testkit
+scalafix-testkit
artifact
cs fetch ch.epfl.scala:scalafix-testkit_2.12.20:0.12.1
+cs fetch ch.epfl.scala:scalafix-testkit_2.12.20:0.13.0
Next, create a test suite that extends AbstractSemanticRuleSuite
package myproject
@@ -173,7 +173,7 @@ TestkitProperties
+TestkitProperties