gongxuanzhang opened a new pull request, #16097: URL: https://github.com/apache/kafka/pull/16097
add a import-order rule. It includes the following parts 1. checkstyle import-order 2. suppress all module 3. in Intellj IDEA auto format coding configuration ## checkstyle import-order In order to uniform coding specifications in Kafka. This is the first step. Referred to https://github.com/apache/kafka/pull/10428 import order . We specify the import order as "kafka, org.apache.kafka, com, net, org, java, javax and static imports." ## suppress all module If the detection function is enabled,A lot of code needs to be changed. In order to pass CI and minimal modification. suppress all module checkstyle import-order. We can open the module step by step. ## in Intellj IDEA auto format coding configuration If we want to uniform all code. The manual approach is cumbersome and error-prone. And we need everyone to follow the rules in the future. So we need auto format coding tools. In this PR I add a IDEA configuration and update `gitingore` file -- 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]
