which versions are you using (SonarQube 7.9.1, Scanner sonar-scanner-4.0.0.1744-windows, Plugin, and any relevant extension)
what are you trying to achieve
what have you tried so far to achieve this
i can find java rules in sonarqube website setup in local [http://localhost:9000], so can i find a pdf file inlcude all java sonar rules or i could category rules and then export a pdf file?
We don’t provide PDFs for this. If you want one you’ll need to build it manually with results from web service calls. You’ll find a link to the on-board web service documentation in the page footer.
Hi Ann,
Do you mean i could only see all rules in https://docs.sonarqube.org/latest/ ?
Does your saying ‘build it’ manually mean i could check scan result after run sonar-scanner?
You can’t see any rules in https://docs.sonarqube.org/latest. You can see all the rules online, as Colin said, at https://rules.sonarsource.com and you can see all the latest rules available in your SonarQube instance on the Rules page using the ‘Available Since’ filter.