Rename verifyCodeStyle to checkCodeStyle

This commit is contained in:
Matthew de Detrich 2023-08-15 10:57:41 +02:00 committed by kerr
parent c63eae1ab9
commit 1542078d29
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ enablePlugins(
JavaFormatterPlugin)
disablePlugins(MimaPlugin)
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; +headerCheckAll")
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; +headerCheckAll")
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")
addCommandAlias(