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

update to work with sonarqube 7.6 #198

Open maksat-software opened 5 years ago

t-8ch commented 5 years ago

Hi @maksat-software ,

thanks for this! Currently this is introducing a lot of whitespace changes. Could you minimize these?

t-8ch commented 5 years ago

Also it seems to me, this PR breaks compat with SQ 6.7. sonar-stash tries to preserve compatibility with the latest LTS version of SQ, which currently is 6.7. Do you think it would be possible to support both 6.7 and 7.6 at the same time?

t-8ch commented 5 years ago

Also, the release file should not be part of the source repository.

t-8ch commented 5 years ago

@maksat-software I created a new PR #199 that

If you want, you can test it. I will update the dependencies separately.