Pankraz76 commented on code in PR #21269:
URL: https://github.com/apache/kafka/pull/21269#discussion_r2675802937
##########
README.md:
##########
@@ -211,6 +211,16 @@ The import order is a part of static check. please call
`spotlessApply` to optim
./gradlew spotlessApply
+#### Rewrite
+The build system incorporates [Moderne](https://moderne.io/) rewrite
capabilities for automated code transformations.
Review Comment:
actually its not automated at all, only except of what you and everybody
like is failing the build on corrpt code detection.
Just like prone offers [patching](https://errorprone.info/docs/patching)
rewrite does as well, and actually thats a good thing having not to waste time
on peanuts which the tool can fix.
##########
README.md:
##########
@@ -211,6 +211,16 @@ The import order is a part of static check. please call
`spotlessApply` to optim
./gradlew spotlessApply
+#### Rewrite
+The build system incorporates [Moderne](https://moderne.io/) rewrite
capabilities for automated code transformations.
Review Comment:
actually its not automated at all, only except of what you and everybody
like is failing the build on corrupt code detection.
Just like prone offers [patching](https://errorprone.info/docs/patching)
rewrite does as well, and actually thats a good thing having not to waste time
on peanuts which the tool can fix.
--
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]