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

More to-the-point no issues message #113

Open idontusenumbers opened 4 years ago

idontusenumbers commented 4 years ago

The messaging for a succesfull linting could be simpler.

Current text: "SonarQube analysis reported no issues. Take a chocolate :-) Note that only issues with severity >= (y) (minor) are reported"

Proposed text: "Passes SonarQube inspections"

https://github.com/mibexsoftware/sonar-bitbucket-plugin/blob/d9ac5151e3cb48214b4ac01c3fbde6946512cb54/src/main/scala/ch/mibex/bitbucket/sonar/review/PullRequestReviewResults.scala#L33

idontusenumbers commented 4 years ago

The green check image seems to cause some wrapping issues in our bitbucket cloud

image

joshuabergeron commented 4 years ago

I've noticed this weird wrapping issue happening too, after I switched to bitbucket's new PR interface.