Convert Intellij Idea coding style xml file to Eclipse CheckStyle external configuration file



We are using both Intellij Idea and Eclipse for our project. I have a xml file used to validate code and it's setup in Intellij Idea - Settings - Code Style - XML.




I want to use the same xml file or convert it and use as the external configuration file in CheckStyle of Eclipse.


I tried to import the same xml file in Eclipse Check Style configuration, but it gives an error as "unable to parse configuration stream - Document is invalid: no grammar found.:2:13".

Note that I can't edit the Intellij Idea xml file at the moment.


What's the best way to do it?


No comments:

Post a Comment