groupe-sii / sonar-web-frontend-reporters

This is a repo of SII continuous integration build system dedicated to Front-end webapps.
22 stars 10 forks source link

Severity rating on Sonar #16

Closed lucascampelo closed 7 years ago

lucascampelo commented 7 years ago

Using sonar-web-frontend-reporters v3.0.0 with node v4.5.0, the eslint reports always are rating as info. How to change to major ?

ValentinGot commented 7 years ago

You can't, seems like there is a problem. eslint is giving us it's severity depending on the rule.

lucascampelo commented 7 years ago

Debugging message on this line, seems message.type do not exists. Maybe using message.severity wouldn't be more useful ?

ValentinGot commented 7 years ago

Yep thanks, i spot it too :)

It's fixed and waiting to be released 4b2ef41 dbba717

ValentinGot commented 7 years ago

Released in 3.1.0.

lucascampelo commented 7 years ago

Seems on version 3.1.0, the build files (eslint, eslint-angular, css and htmlhint) still using message.type. I'm using 3.1.0 and Sonar still reporting errors as info or low priority

ValentinGot commented 7 years ago

Arf yeah, it looks like a fail ... Will fix it as soon as possible :)