AmadeusITGroup / sonar-stash

Stash (BitBucket) plugin, a pull-request decorator which allows to integrate SonarQube violations directly into your pull-request
MIT License
165 stars 82 forks source link

Does Sonar 8.0 fully replace this plugin? #207

Open skestle opened 4 years ago

skestle commented 4 years ago

Does the functionality described at https://docs.sonarqube.org/8.0/analysis/pull-request/ replace sonar-stash? Is there functionality missing?

It'd be nice to update the readme to indicate that while Sonar 7.7 breaks this plugin, 8.0 replaces it.

t-8ch commented 4 years ago

I didn't test 8.0 so far and don't have the time for it right now. At a first glance it looks like it provides the same functionality. If test it, could you give feedback here, so I can update the docs?

4n4n4s commented 4 years ago

@skestle yes this would replace the plugin and also fix some issues as it's analyzing and creating a report for each branch.

For sonarqube lts (7.9) and 8.0+ you could check out my comment here