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

Allow skipping and/or personalization of the overview comment #170

Closed lared closed 6 years ago

lared commented 6 years ago

When pushing often, the overview comments seem to add little value over the actual issue comments. This is especially annoying when you don't care much about the type of reported issues (as you expect all of them to be addressed in one way or the other anyway).

How would you feel about adding a property which allows to opt-out of the overview comments, or maybe allowing some customization (so that theses comments would be less prominent - a simple template would likely be sufficient)?

t-8ch commented 6 years ago

@lared sonar.stash.include.overview allows you to skip the report completely, is this acceptable?

lared commented 6 years ago

@t-8ch Yes, thank you! I've missed it completely. Sorry for that, it's been a long week already and it's only Wednesday.