uartois / sonar-golang

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

Readme: link a demo #54

Closed lkwg82 closed 2 years ago

lkwg82 commented 6 years ago

Description

To better understand the plugin and what it offers it might be helpful to show a demo analysis. Or just link an existing one.

Thx.

danielleberre commented 6 years ago

The plugin brings the analyses performed by regular go tools to the SonarQube code quality platform.

The analyses of popular open source projects are available online: https://sonarcloud.io/explore/projects

There is no go project analyzed there, but it gives you an idea of the kind of information you can get.

lkwg82 commented 6 years ago

Thx for answer. Sonarqube I know, but I dont know the golang plugin and how it feels.

danielleberre commented 6 years ago

Well, our instance at the uni is private, we have no public reports to show you, but it sort of does not make anything fancy: it just allows to bring tests and code coverage metrics, plus a few linters violations right into SonarQube.

thibaultfalque commented 5 years ago

@lkwg82 could you close this issue if the problem is resolved ?