Query on customized rules for Sonar lint plugin

The Sonar lint plugin comes with certain rules set for specific language.

Sonar Qube has its own rules and we can customize the rules by adding certain rules set to follow in the form of .xml file .

can .jar file be generated instead of .xml ,so that we add the jar in sonar lint plugin folder to use the rules set?

Is this achievable and compatible?

NOTE: The goal is instead of setting up Local Sonar Qube , if we can configure the rules to Sonar lint Plugin that should resemble the local sonar Qube setup.

Hi @jennyfeng

Can you please give more details on the XML file you are using to configure new rules on SonarQube. I don’t think this is an official feature (at least in recent versions) but I may miss something.

A post was split to a new topic: Custom PMD Apex rules Query