crossoverJie opened a new pull request, #1802: URL: https://github.com/apache/hertzbeat/pull/1802
## What's changed? Add some `import` check. - RedundantImport - ImportOrder - AvoidStarImport - RedundantModifier - UnusedImports It can make the source code more standardized and unified. Most of them are imported code modifications, and the e2e test is used to assure the correctness of the code. Refer to this to this link: https://github.com/apache/pulsar/blob/21647a1fc69ff46e65b6eaa37dd6d435e9f8eaef/buildtools/src/main/resources/pulsar/checkstyle.xml#L111-L115 ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
