gharris1727 opened a new pull request, #15367: URL: https://github.com/apache/kafka/pull/15367
The connect suppressions are more permissive than necessary, because suppressions were added to the file and then not later removed. Most notably: * #10299 removed the WithTopicCreation test variants * KafkaConfigBackingStore got an overhaul in #11779 that split up a really large method, and I think solved several warnings at the same time. * The ParameterNumber restriction was relaxed from 10 to 13 during KIP-98 * The MethodLength restriction was relaxed from 150 to 170 in #14290 * The ClassDataAbstraction restriction was relaxed from 20 to 25 in #4454 * BooleanExpressionComplexity was relaxed from 4 to 5 in #2974 * The NPathComplexity was never relaxed. I think the RestClient and RestServer are borderline, and happen to be safe right now. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org