abhishekrb19 commented on issue #17450: URL: https://github.com/apache/druid/issues/17450#issuecomment-2457723540
Make sure you've imported the project as a "Maven project" in your Intellij, so the mvn steps use the correct project configurations; the checkstyle config file should be `codestyle/checkstyle.xml`. Fwiw, I’m seeing the same checkstyle errors as in your [PR](https://github.com/apache/druid/pull/17392): <img width="744" alt="CleanShot 2024-11-05 at 08 55 21@2x" src="https://github.com/user-attachments/assets/1cc03b13-8378-4d1f-92f9-28d6f41b11d8"> If that doesn't still work, you can also run the `mvn checkstyle:checkstyle` command locally in your terminal. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
