[SalesForce] SonarQube and Salesforce

We are working in order to measure everything around our apex code. Few months ago we implemented PMD with some apex rules and now we want to start to use also SonarQube but it seems that Apex is not supported by default.

If any of you knows any plugin or something like that to use within SonarQube please tell me. I can not find anything.

I know there is one app with the name CodeScan (https://www.codescan.io/) but this app is used out of SonarQube and we have to use the native Sonar application.

Thanks!

Best Answer

It seems that now SonarQube provides support for Apex by default since version 7.5

https://docs.sonarqube.org/display/PLUG/SonarApex

Related Topic