jshiell / checkstyle-idea

CheckStyle plug-in for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/1065-checkstyle-idea
Other
887 stars 161 forks source link

Checkstyle XML based on the default Intellij settings #619

Closed royteeuwen closed 1 year ago

royteeuwen commented 1 year ago

This is more a request for information.

I'd like to start using the checkstyle maven plugin on our existing project. Sadly enough it does not conform to the google checks, but in every pull request we always requested that people format their file using the existing formatting (CMD + L) in intellij.

To still have the benefit of using checkstyle, I'd like to make the default intellij code style rules the actual checkstyle checks. Do you know of any existing checkstyle XML that conforms to the Intellij formatting?

jshiell commented 1 year ago

Afraid not - the only two shared maintained ones I know of are the Sun and Google ones distributed with Checkstyle.