I can't find a solution for: how to generate code style file (for Intellij) from a checkstyle xml file. Anybody know how to do that ? I have tried that solution: How to generate an Eclipse formatter configuration from a checkstyle configuration? but it doesn't works.
Asked
Active
Viewed 160 times
0
-
1You can try using [CheckStyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) plugin. (https://www.jetbrains.com/help/idea/managing-plugins.html) – Egor Klepikov Nov 17 '22 at 07:49