Sonar-Java Library - Custom Lint for Java project

Hi, I’m working on Sonar Java Library and aim to integrate it with SonarQube. I just studied through CUSTOM_RULES_101 .

Now, I’m planning to check the value in gradle and manifest. Is there a guideline or documentation on how to properly set this up?

Hi,

There’s nothing explicitly documented for this. Your best bet is to find a plugin or one of our open source analyzers that does something like this and work from that.

 
HTH,
Ann

I’m new to sonar framework, do u mind to explain more on plugin or open-source analysers part? Maybe give some keywords or example what’s the next should I proceed to?

Hi,

Everything listed here is open source. That would be a good starting point.

 
HTH,
Ann