uartois / sonar-golang

Sonarqube plugin for the golang language.
GNU Lesser General Public License v3.0
245 stars 32 forks source link

Errors importing xml entries #29

Closed Cosby86 closed 6 years ago

Cosby86 commented 7 years ago

Hello all, when I run SonarScanner I got many of those WARNINGS:

WARN: The key for the message should omit type []byte from declaration of var readBuffer; it will be inferred from the right-hand side is null, issue not saved

What are they? Thank you

thibaultfalque commented 7 years ago

Hi, This warning is because the issue is not known by the plugin, I can add this rules if you send me the warning. More information #12 #13.

Thanks. Thibault.