File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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" )
205204addCommandAlias(" fmt" , " ;scalafmtAll;scalafmtSbt" )
You can’t perform that action at this time.
0 commit comments