Apex
Apex analysis is available starting in SonarQube Server Enterprise Edition.
Last updated
Was this helpful?
Apex analysis is available starting in SonarQube Server Enterprise Edition.
Apex analysis is available starting in Enterprise Edition.
SalesForce Lightning Components (Aura Components or Web Components)
Discover and update the Apex-specific analysis parameters in: Administration > Configuration > General Settings > Languages > Apex
Adding the //NOSONAR comment at the end of the line will suppress all issues on that line.
Rather than relying on this method, we suggest refining your analysis scope to avoid creating major gaps in your code review. Because the NOSONAR comment silences all current and future issues on a line without regard for their severity, it is an imprecise tool. Even if you only intend to hide a minor stylistic point, you could unintentionally obscure a serious security flaw.
External analyzer reports (PMD Apex)
Overview (For Salesforce DX project)
Last updated
Was this helpful?
Was this helpful?

