rzo1 commented on PR #2123: URL: https://github.com/apache/stormcrawler/pull/2123#issuecomment-5559804397
@abhinav-phi CI is red here, could you have a look please? One Checkstyle violation: ``` core/src/main/java/org/apache/stormcrawler/persistence/AbstractQueryingSpout.java:[266,5] (indentation) CommentsIndentation: Block comment has incorrect indentation level 4, expected is 11, indentation should be the same level as line 269. ``` This is the javadoc close and method signature that ended up on one line; see my inline comment on line 269. 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 33996885403](https://github.com/apache/stormcrawler/actions/runs/33996885403) -- 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]
