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.
javafmtCheckAll
scalafixCheck --all
1 parent ae26e17 commit d1a41f0Copy full SHA for d1a41f0
build.sbt
@@ -64,8 +64,9 @@ commands +=
64
65
commands +=
66
Command.command("checkAll") { s =>
67
- "scalafmtCheckAll" :: "scalafmtSbtCheck" :: "scalafixAll --check" ::
68
- "javafmtCheckAll" :: "publishLocal" :: "docs/docusaurusCreateSite" :: s
+ "javafmtCheckAll" :: "scalafmtCheckAll" :: "scalafmtSbtCheck" ::
+ "scalafixAll --check" :: "publishLocal" :: "docs/docusaurusCreateSite" ::
69
+ s
70
}
71
72
lazy val semanticdb = project
0 commit comments