Skip to content

Commit

Permalink
Add sbt-header to code style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 15, 2023
1 parent 3f586ac commit 329eaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ lazy val `pekko-connectors` = project
crossScalaVersions := List() // workaround for https://github.com/sbt/sbt/issues/3465
)

addCommandAlias("applyCodeStyle", ";scalafmtAll; scalafmtSbt; javafmtAll")
addCommandAlias("checkCodeStyle", ";scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll")
addCommandAlias("applyCodeStyle", ";scalafmtAll; scalafmtSbt; javafmtAll; +headerCreateAll")
addCommandAlias("checkCodeStyle", "+headerCheckAll; ;scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll")

lazy val amqp = pekkoConnectorProject("amqp", "amqp", Dependencies.Amqp)

Expand Down

0 comments on commit 329eaa8

Please sign in to comment.