Skip to content

Commit

Permalink
πŸ”„ Created local 'common.sbt' from remote 'sbt/common.sbt'
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Nov 9, 2022
1 parent f88dfd0 commit b139c46
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions common.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// NOTE: !!! THIS IS A COPY !!! //
// To edit this file use the main version in https://github.com/playframework/.github/blob/main/sbt/common.sbt //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

addCommandAlias(
"formatCode",
List(
"headerCreateAll",
"scalafmtSbt",
"scalafmtAll",
"javafmtAll"
).mkString(";")
)

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

0 comments on commit b139c46

Please sign in to comment.