Remove javafmtOnCompile and check in CI
This commit is contained in:
parent
617ca6a444
commit
c18a81a243
3 changed files with 29 additions and 6 deletions
|
|
@ -37,8 +37,8 @@ enablePlugins(
|
|||
JavaFormatterPlugin)
|
||||
disablePlugins(MimaPlugin)
|
||||
|
||||
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; headerCheckAll")
|
||||
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt")
|
||||
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; headerCheckAll")
|
||||
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")
|
||||
|
||||
addCommandAlias(
|
||||
name = "fixall",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue