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

Ignore false positive, and won't fix from overview comment #180

Closed datasmurfen closed 6 years ago

datasmurfen commented 6 years ago

Hello,

Would be great if you could ignore false positive, and won't fix issues from being analyzed, and listed in overview comment.

SonarQube version: 7.1

t-8ch commented 6 years ago

By default only new issues should be reported, so this would be implicitly true. Are you thinking about the case, when existing issues are reported?

t-8ch commented 6 years ago

Also the information we have about an issue is essentially documented here: http://javadocs.sonarsource.org/6.7/apidocs/org/sonar/api/batch/postjob/issue/PostJobIssue.html

datasmurfen commented 6 years ago

aaaa yea my mistake :) 👍