Skip to content

Commit

Permalink
Add validateCode alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 4, 2022
1 parent ebd02a1 commit f716b26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ def generateVersionFile =
IO.write(file, content)
Seq(file)
}

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

0 comments on commit f716b26

Please sign in to comment.