File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ sbt ~tests/test
17171 . Add sbt-scalafix: ` addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.17") `
18182 . Add SemanticDB: ` addCompilerPlugin(scalafixSemanticdb) `
19193 . Configure Semantic DB: ` scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on") `
20- 4 . Run the rule: ` scalafix dependency:Scala213@org.scala-lang:scala-rewrites:0.1.0-SNAPSHOT `
21- 5 . Run the rule on test sources: ` Test/scalafix dependency:Scala213@org.scala-lang:scala-rewrites:0.1.0-SNAPSHOT `
20+ 4 . Run a rule you want: ` scalafix dependency:RULE_NAME@org.scala-lang:scala-rewrites:0.1.0-SNAPSHOT `
21+ For example, you can run Varargs rule by: ` scalafix dependency:fix.scala213.Varargs@org.scala-lang:scala-rewrites:0.1.0-SNAPSHOT `
22+ 5 . Run the rule on test sources: ` Test/scalafix dependency:RULE_NAME@org.scala-lang:scala-rewrites:0.1.0-SNAPSHOT `
Original file line number Diff line number Diff line change 1- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.15 " )
1+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.17 " )
You can’t perform that action at this time.
0 commit comments