yangyichao-mango opened a new pull request #3522:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3522


   ## What is the purpose of the pull request
   
   *Add sign next line automatic assigner for code style*
   
   *For example:*
   
   It can generate string like this one, it can match the rules of `checkstyle`
   ```java
   String json = "{\"a\":"
    +  \"b\"}";
   
   public String toString() {
   }
   ```
   not like this one
   
   ```java
   String json = "{\"a\":"+ 
    \"b\"}";
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to