morrySnow opened a new issue, #9405: URL: https://github.com/apache/incubator-doris/issues/9405
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description whitespace, pad and wrap check do not need to review very carefully ### Solution Step 3: (605 files, 6008 lines (with Step 1 and Step 2)) 1. Set below rules' severity to error in Checkstyle, all rules are about whitespace a. Empty Block b. Left Curly c. Right Curly d. White space Around e. Generic Whitespace f. Indentation g. No Whitespace Before Case Default Colon h. Method Param Pad i. Whitespace j. Paren Pad k. Extra newline l. Extra newline at end of block m. Empty Statement n. Empty Catch Block o. Comments Indentation 2. Set below rules' severity to error in Checkstyle, all rules are about the position of the newline a. Line Length 120 b. Operator Wrap c. One Statement Per Line d. Multiple Variable Declarations ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org