mibexsoftware / sonar-bitbucket-plugin

SonarQube plug-in to create pull request comments for found issues in Bitbucket Cloud
Other
123 stars 72 forks source link

Extra analysis because of sonar.binaries is required #88

Open szapata opened 6 years ago

szapata commented 6 years ago

Expected Behavior

When running sonar-scanner in bitbucket pipelines it should analyze only the diff / pull request.

Actual Behavior

it needs to have specified sonar.sources and sonar.binaries but it is doing extra analysis that I consider it shouldn't be doing. Is there any way to analyze only the files present in a pull request?

Plug-in version, SonarQube version, CI system, build type

last plugin version, sonarqube 2.7, Bitbucket pipelines, sonnar-scanner (wget, unzip, and run sonar-scanner)