-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle in local setup - intelliJ #17450
Comments
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 If that doesn't still work, you can also run the |
I just have to import the codestyle xml : druid_intellij_formatting.xml right ? |
What do you see above the "BUILD FAILURE" in red? It should list out the individual checkstyle errors.
In addition to importing the code style settings, |
ah yes, you will see the errors if you scroll a bit above to the |
Thanks! Locally I am able to check in intelliJ. Although in CLI I am not sure, why the error details are missing for me. |
I have setup intellij as per the doc: https://github.com/apache/druid/blob/master/CONTRIBUTING.md#how-to-contribute
Imported code style settings xml: druid_intellij_formatting.xml.
But I do not see the actual style error which is aligned with github action script output error in my PR: #17392
Can anyone know what I am missing ?
The text was updated successfully, but these errors were encountered: