pjfanning commented on code in PR #122:
URL:
https://github.com/apache/incubator-pekko-connectors-kafka/pull/122#discussion_r1280987840
##########
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:
the problem is source folders like `scala-2`- these can be skipped if you
don't run the formatting for all scala versions
--
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]