Does SonarCloud doesn’t offer a direct way to view the complete list of rules from external analyzers like FindBugs/Spotbugs, PMD, and Checkstyle in its UI or API compared to native Sonar rules.?
Currently When we viewing an issue reported by SonarCloud under issue section, it typically includes a rule key. While this rule key might not match the original rule key from the external analyzer, it can still give you an indication of the rule being violated.
Although SonarCloud’s external rule engine has detected problems, but we are unable to see the applied rules for these plugins anywhere.
If you’re using the respective plugins, then yes you’ll see the plugin rules in SonarQube’s rules page. But if you’re simply importing issue reports there’s no way to get a list of the rules.