Skip to content

Commit d1a41f0

Browse files
committed
Run javafmtCheckAll before scalafixCheck --all
1 parent ae26e17 commit d1a41f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ commands +=
6464

6565
commands +=
6666
Command.command("checkAll") { s =>
67-
"scalafmtCheckAll" :: "scalafmtSbtCheck" :: "scalafixAll --check" ::
68-
"javafmtCheckAll" :: "publishLocal" :: "docs/docusaurusCreateSite" :: s
67+
"javafmtCheckAll" :: "scalafmtCheckAll" :: "scalafmtSbtCheck" ::
68+
"scalafixAll --check" :: "publishLocal" :: "docs/docusaurusCreateSite" ::
69+
s
6970
}
7071

7172
lazy val semanticdb = project

0 commit comments

Comments
 (0)