Skip to content

Commit

Permalink
This is a bit nicer IMHO
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 3, 2022
1 parent 34bcb3a commit 1c2da87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,11 @@ lazy val docs = project
.settings(commonSettings)
.dependsOn(`play-jsonJVM`)

addCommandAlias("validateCode", "headerCheckAll; scalafmtSbtCheck; scalafmtCheckAll")
addCommandAlias(
"validateCode",
List(
"headerCheckAll",
"scalafmtSbtCheck",
"scalafmtCheckAll",
).mkString(";")
)

0 comments on commit 1c2da87

Please sign in to comment.