Document describing all Sonarqube rules for C++ and C#

Hello,

The regulations of our industry require that we provide a document of the rules associated with C++ and C# which SonarQube checks against. I am looking for a static document which I can provide which contains the information found here: https://rules.sonarsource.com/cpp and here: https://rules.sonarsource.com/csharp. Does such a document exist?

Thank you for your time.

  • dan

Hi @rtdelliott,

we don’t have any static document, you could create a document yourself fetching rules description from a SonarQube server through its apis.

That’s a fine idea, thank you for the response. If I may, I would recommend that one be created. Or perhaps someone can write this script. In our case, we use SonarQube as part of an auditible trail. Being able to produce such a document would be helpful to SonarQube’s customers.