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 a390153 commit 198ca01Copy full SHA for 198ca01
build.sbt
@@ -518,6 +518,6 @@ lazy val sslConfig = project
518
519
addCommandAlias(
520
"check",
521
- "scalafmtSbtCheck; scalafmtCheckAll; compile:scalafix --check; test:scalafix --check; +doc; +site/mdoc; +missinglinkCheck; +test"
+ "scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check; +doc; +site/mdoc; +missinglinkCheck; +test"
522
)
523
-addCommandAlias("fix", "compile:scalafix; test:scalafix; scalafmtSbt; scalafmtAll")
+addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll")
0 commit comments