abhinav-phi commented on PR #2123: URL: https://github.com/apache/stormcrawler/pull/2123#issuecomment-5601577213
Thanks for the patience on the formatting churn @rzo1 — sorry for the wasted approval round trips. This push should be the last one needed for style: I've now run the checks locally with the project's own toolchain on both branches before pushing, exactly as you asked: ``` mvn -B -Prat -DskipTests verify -Dskip.format.code=false ``` against the current head (8a80635b) on JDK 25 → BUILD SUCCESS, with **no files changed by the formatter** (working tree clean afterwards). The latest CI run on this commit also shows `rat` green and the `build` matrix has now executed. (And I've applied the same local verify to the #2122 rework before its push as well.) -- 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]
