Skip to content

Commit d85ea69

Browse files
committed
Fix build.sbt
1 parent 149eedc commit d85ea69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@ val `docker-controller-scala-root` = (project in file("."))
200200
)
201201

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

0 commit comments

Comments
 (0)