EricGao888 commented on code in PR #11458:
URL: https://github.com/apache/dolphinscheduler/pull/11458#discussion_r945087368


##########
pom.xml:
##########
@@ -648,13 +648,22 @@
                         <eclipse>
                             
<file>style/spotless_dolphinscheduler_formatter.xml</file>
                         </eclipse>
+                        <removeUnusedImports />
+                        <importOrder>
+                            <file>style/eclipse.importorder</file>
+                        </importOrder>
+                        <replaceRegex>

Review Comment:
   @kezhenxu94 FYI, I also added a comment in the origin issue to seek help to 
see if there is some good practice to handle `wildcard imports` with 
`Spotless`: 
https://github.com/diffplug/spotless/issues/649#issuecomment-1213743932



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

Reply via email to