We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ce6be commit 56f28b4Copy full SHA for 56f28b4
build.sbt
@@ -209,7 +209,7 @@ lazy val V = new {
209
val scala212 = "2.12.13"
210
val scalatest = "3.2.6"
211
val scala3 = "3.0.0-RC1"
212
- val scalafix = "0.9.26"
+ val scalafix = "0.9.27"
213
val scribe = "3.5.1"
214
val organizeImports = "0.4.3"
215
val catsCore = "2.5.0"
migrate/src/main/scala/migrate/utils/ScalafixService.scala
@@ -72,7 +72,6 @@ object ScalafixService {
72
73
val fixSyntaxRules: Seq[String] = Seq(
74
"ProcedureSyntax",
75
- "fix.scala213.ConstructorProcedureSyntax",
76
"fix.scala213.ExplicitNullaryEtaExpansion",
77
"fix.scala213.ParensAroundLambda",
78
"fix.scala213.ExplicitNonNullaryApply",
0 commit comments