gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

Code Quality Descriptions #208

Closed mlapaglia closed 5 years ago

mlapaglia commented 5 years ago

The official documentation says to use description instead of check_name. An example error: image

See the results this has: check_name: image

description: image

lukaspj commented 5 years ago

Hey @mlapaglia you forgot to update the ReporterBuilderTest.java file at line 554. A find and replace of check_name to description should make the test pass.

Similarly for ReporterTest, line 134 and 156

mlapaglia commented 5 years ago

Thanks @lukaspj , updated