BewareMyPower commented on PR #24492: URL: https://github.com/apache/pulsar/pull/24492#issuecomment-3057302825
You can check the command in CI: <img width="700" height="377" alt="image" src="https://github.com/user-attachments/assets/8af6cd7a-5c26-4191-99f9-856c7b85cfd6" /> ```bash mvn -B -T 8 -ntp initialize checkstyle:check ``` My local run is the same with CI: ``` [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.961 s (Wall Clock) [INFO] Finished at: 2025-07-10T20:43:13+08:00 [INFO] ------------------------------------------------------------------------ [INFO] 0 goals, 0 executed [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (default-cli) on project bc_2_0_0: You have 2 Checkstyle violations. -> [Help 1] ``` -- 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]
