Skip to content

Commit bc590b8

Browse files
committed
update scalafix
1 parent 37d8702 commit bc590b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val baseSettings = Seq(
4646
scalatest.scalatest % Test
4747
),
4848
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
49-
semanticdbEnabled := false,
49+
semanticdbEnabled := true,
5050
semanticdbVersion := scalafixSemanticdb.revision,
5151
Test / publishArtifact := false,
5252
Test / fork := true,
@@ -200,6 +200,5 @@ val `docker-controller-scala-root` = (project in file("."))
200200
)
201201

202202
// --- Custom commands
203-
// addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck;scalafixAll --check")
204-
addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck")
203+
addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck;scalafixAll --check")
205204
addCommandAlias("fmt", ";scalafmtAll;scalafmtSbt")

0 commit comments

Comments
 (0)