sonar-golang
sonar-golang copied to clipboard
Sonarqube plugin for the golang language.
### Description Change the highlighting for use the grammar. This modification prevent the overlaps in coloration of code.
### Description Implementation of the grammar go as in [the specifications of the language](https://golang.org/ref/spec) using the [Sonarqube SSLR Api](https://docs.sonarqube.org/display/DEV/SSLR) [Package language](https://github.com/uartois/sonar-golang/tree/master/src/main/java/fr/univartois/sonargo/core/language)
### Description The plugin uses xml files produced by third party tools to feed sonar. By default, those xml files will be analyzed by sonar xml plugin. It would be...