sonar-css-plugin icon indicating copy to clipboard operation
sonar-css-plugin copied to clipboard

validate-property-value: false-positive on `background-color` value format

Open softdays opened this issue 6 years ago • 1 comments
trafficstars

Hi, please have a look a the false-positive below:

sonarqube_issue_backgroundColor_format

@see https://drafts.csswg.org/css-color/#typedef-hex-color

8 digits The first 6 digits are interpreted identically to the 6-digit notation. The last pair of digits, interpreted as a hexadecimal number, specifies the alpha channel of the color, where 00 represents a fully transparent color and ff represent a fully opaque color. In other words, #0000ffcc represents the same color as rgb(0 0 100% / 80%) (a slightly-transparent blue).

softdays avatar Nov 11 '19 14:11 softdays

Hi @softdays,

I don't want to keep maintaining this plugin. Feel free to ping me if you want to take over.

Regards,

David

racodond avatar Nov 28 '19 11:11 racodond