mingyen066 opened a new pull request, #21537: URL: https://github.com/apache/kafka/pull/21537
No rules are relaxed or tightened — this is purely a cleanup of redundant and dead rules in checkstyle configuration: - Remove dead `FinalParameters` suppression (check is not enabled in checkstyle.xml) - Remove duplicate suppressions for Utils.java, Worker.java, StreamTaskTest.java, QuorumController, Murmur3.java, and Murmur3Test.java - Normalize inconsistent check names: `NPath` → `NPathComplexity`, `ClassDataAbstractionCouplingCheck` → `ClassDataAbstractionCoupling` - Consolidate multiple suppression entries with the same check or same file into single patterns - Remove redundant `processJavadoc` property from `UnusedImports` (default is `true` since checkstyle 8.x) -- 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]
