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 149eedc commit d85ea69Copy full SHA for d85ea69
build.sbt
@@ -200,5 +200,6 @@ val `docker-controller-scala-root` = (project in file("."))
200
)
201
202
// --- Custom commands
203
-addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck;scalafixAll --check")
+// addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck;scalafixAll --check")
204
+addCommandAlias("lint", ";scalafmtCheck;test:scalafmtCheck;scalafmtSbtCheck")
205
addCommandAlias("fmt", ";scalafmtAll;scalafmtSbt")
0 commit comments