You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/08/01 08:56:18 UTC

[GitHub] [incubator-pekko-connectors-kafka] pjfanning commented on a diff in pull request #122: Add commands to apply and check codestyle

pjfanning commented on code in PR #122:
URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/122#discussion_r1280313370


##########
CONTRIBUTING.md:
##########
@@ -96,6 +96,12 @@ Example:
     * Details 2
     * Details 3
 
+## Applying code style to the project
+
+The project uses [scalafmt](https://scalameta.org/scalafmt/) to ensure code quality which is automatically checked on
+every PR. If you would like to check for any potential code style problems locally you can run `sbt checkCodeStyle`
+and if you want to apply the code style then you can run `sbt applyCodeStyle`.

Review Comment:
   Should we suggest `+checkCodeStyle` and `+applyCodeStyle`? Ensures that code that is Scala version specific gets checked and/or updated too.



-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org