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

   @abhinav-phi CI is red here, could you have a look please?
   
   One Checkstyle violation:
   
   ```
   core/src/main/java/org/apache/stormcrawler/filtering/URLFilters.java:[79,5]
   (coding) ConstructorsDeclarationGrouping: Constructors should be grouped 
together.
   The last grouped constructor is declared at line '62'.
   ```
   
   The new `getExceptionsCount()` sits between the two constructors; moving it 
below them should do it.
   
   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 
33996244726](https://github.com/apache/stormcrawler/actions/runs/33996244726)


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