mdedetrich commented on code in PR #207:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/207#discussion_r1278925972
##########
build.sbt:
##########
@@ -124,12 +129,8 @@ lazy val `pekko-connectors` = project
crossScalaVersions := List() // workaround for
https://github.com/sbt/sbt/issues/3465
)
-TaskKey[Unit]("verifyCodeFmt") := {
Review Comment:
I have opted to replace this because the current style is overcomplicated
especially when compared to `addCommandAlias`. This style made more sense in
the past when we weren't checking that code was formatted on PR but this is no
longer the case
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]