Change scalafmtSbtAll to scalafmtSbt (#31342)

This commit is contained in:
kerr 2022-04-14 16:17:13 +08:00 committed by GitHub
parent 34df60a22f
commit 15af15745c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ enablePlugins(
disablePlugins(MimaPlugin)
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; headerCheckAll")
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbtAll")
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt")
addCommandAlias(
name = "fixall",