I have an xml configuration file for maven checkstyle plugin. I have installed Intellij Idea plugin and see all checkstyle violation. Is there a way to fix most of them automati
I have the same problem. As far as I know, the rules used for reformatting cannot be imported from Checkstyle config. You can configure your Checkstyle rules in the Idea's Code Style config (File -> Settings -> Code Style)
and then reformat the code (Code -> Reformat Code [Ctrl+Alt+L])
according to the rules (you can apply it to the whole code base at once).