Skip to content

Commit

Permalink
Change check to lint to adhere to the ZIO SBT plugin convention
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Jan 7, 2025
1 parent 1fa9bd6 commit 23d17be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ inThisBuild(
publishTo := sonatypePublishToBundle.value

addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")
addCommandAlias("lint", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")
addCommandAlias("validate", "check" + allScala.map(v => s"++${v}! test").mkString(";", ";", ""))

lazy val root = project
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.30")
addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.30")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.30")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
Expand Down

0 comments on commit 23d17be

Please sign in to comment.