I am looking for some pointers on generating eclipse code formatter xml file using squid rules defined in SonarQube. Please suggest how to do this using SonarLint or any other opensource plugin available.
CheckStyle plugin lets me currently generate eclipse code formatter rules using CheckStyle --> Create Formatter-Profile menu entry by right clicking on the project. I can configure the project to use generated code formatter profile so that when I right click on the file and click on "Apply Checkstyle fixes", those fixes are applied from the generated profile.