mumrah commented on PR #16948: URL: https://github.com/apache/kafka/pull/16948#issuecomment-2303003896
@chia7712 this PR grew a bit today :) I wanted to try processing the checkstyle report to generate some useful output in the job summary. After a bit of reading, I found it was actually possible to create inline annotations for the checkstyle errors. Here's an example https://github.com/apache/kafka/pull/16948/files#diff-77dc2adb187fd078084644613cff2b53021c8a5fbcdcfa116515734609d1332a In case it disappears, here's a screenshot <img width="835" alt="image" src="https://github.com/user-attachments/assets/d7b08b3b-d32b-4342-b14c-13f24da9df45"> Pretty neat! This patch now has the one-liner to enable the Gradle cache as well as this new checkstyle processing. PTAL -- 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]
