Rename verifyCodeStyle to checkCodeStyle
This commit is contained in:
parent
c63eae1ab9
commit
1542078d29
2 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue