Skip to content

Incorporates the results of PMD's Apex scans into SonarQube

Notifications You must be signed in to change notification settings

tomdsmartdata/salesforce-sonar-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

salesforce-sonar-plugin

This plugin reads PMD scan results for Apex code and adds the results to SonarQube.

Installation

Compile the plugin using mvn install. Copy the resulting sonar-salesforce-pmd-1.x.x-SNAPSHOT.jar file to your SonarQube plugins directory.

Usage

Run a PMD scan against your Apex files, using the quickstart ruleset. Save the results to a file in your working directory.

${pmdPath}/bin/run.sh pmd -dir src/classes/ -f xml -language apex -R rulesets/apex/quickstart.xml -cache pmdcache -failOnViolation false> pmd-apexunit.xml

In your SonarQube instance, go to Administration > Configuration > Salesforce-PMD and set the path name of your results file. In this case, ${WORKSPACE}/pmd-report.xml.

About

Incorporates the results of PMD's Apex scans into SonarQube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%