rzo1 commented on PR #2127:
URL: https://github.com/apache/stormcrawler/pull/2127#issuecomment-5559804635

   @abhinav-phi CI is red here, could you have a look please?
   
   Two Checkstyle violations, both the import order I flagged in the review:
   
   ```
   
core/src/test/java/org/apache/stormcrawler/filtering/DefaultRegexFiltersPrivateRangeTest.java:[26,1]
     CustomImportOrder: 'java.net.MalformedURLException' should be before 
'java.nio.charset.StandardCharsets'
   
core/src/test/java/org/apache/stormcrawler/filtering/DefaultRegexFiltersPrivateRangeTest.java:[27,1]
     CustomImportOrder: 'java.net.URL' should be before 
'java.nio.charset.StandardCharsets'
   ```
   
   Reproduce with `mvn -B -Prat -DskipTests verify -Dskip.format.code=false`, 
fix with `mvn git-code-format:format-code -Dgcf.globPattern="**/*" 
-Dskip.format.code=false`.
   
   [Run 
33998813190](https://github.com/apache/stormcrawler/actions/runs/33998813190)


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