You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/06 07:00:16 UTC

[GitHub] [incubator-doris] morrySnow opened a new issue, #9405: [Enhancement] [FE Code Style] step3: turn on more whitespace, pad and wrap check

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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #9405: [Enhancement] [FE Code Style] step3: turn on more whitespace, pad and wrap check

Posted by GitBox <gi...@apache.org>.
morningman closed issue #9405: [Enhancement] [FE Code Style] step3: turn on more whitespace, pad and wrap check
URL: https://github.com/apache/incubator-doris/issues/9405


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org