Skip to content
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

Replace IntelliJ Code Settings by Checkstyle #151

Open
koppor opened this issue Nov 6, 2017 · 2 comments
Open

Replace IntelliJ Code Settings by Checkstyle #151

koppor opened this issue Nov 6, 2017 · 2 comments

Comments

@koppor
Copy link
Contributor

koppor commented Nov 6, 2017

It is possible to import checkstyle settings in IntelliJ: https://stackoverflow.com/a/35273850/873282

Is it possible to replace the IntelliJ settings by solely checkstyle.xml?

@nfode
Copy link
Collaborator

nfode commented Nov 6, 2017

It seems to work. Thanks for the hint!

@hnicke can you check if the changes you made to the IntelliJ editor config can be applied to the checkstyle.xml?

@hnicke
Copy link
Contributor

hnicke commented Nov 6, 2017

I've checked http://checkstyle.sourceforge.net/config_javadoc.html.
As far as i can see, there are no checkstyle modules which can disable the asterisks of javadoc comments. The other formatting issues can be addressed.
I think this is low priority right now because the current settings work. We can address the issue in some weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants