Can we use golint with Sonarqube

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve:
    I am trying to run sonar scan in a go project. I know is possible to run pylint with sonarqube but not sure about golint.
  • what have you tried so far to achieve this: trying to find instruction how can I enable golint in sonarqube

Hello @aqm,

Yes, it is possible to import golint issue, thanks to sonar.go.golint.reportPaths property.

The documentation you are looking for is probably this one: importing Third-Party Issues.

Best,
Quentin