Hi all,
For higher quality, more standard, easier readable and simpler code, please enable checkstyle from next week(2020-08-03). Please configure [1] and [2] to your ide. checkstyle.xml will help to format your code and give your some suggestions. intellij-java-code-style.xml will help to automatically format the import order to avoid some unnessary import changes of Pull Request. [1] https://github.com/apache/incubator-dolphinscheduler/blob/dev/style/checkstyle.xml [2] https://github.com/apache/incubator-dolphinscheduler/blob/dev/style/intellij-java-code-style.xml Best, Yichao Yang
