9.6 | Analyzing source code | Languages | Go
Go
Prerequisites
- SonarQube scanner should run on an x86-64 Windows, macOS or Linux machine.
- You need the Go installation on the scanner machine only if you want to import coverage data.
Language-specific properties
You can discover and update the Go-specific properties in Administration > General Settings > Languages > Go
By default, all the vendor
directories are excluded from the analysis. However, you can change the property sonar.go.exclusions
to a different pattern if you want to force their analysis (not recommended).
sonar-project.properties sample
Here is a first version of a sonar-project.properties
file, valid for a simple Go
project:
Related pages
- Test coverage and execution
- Importing external issues (GoVet, GoLint, GoMetaLinter)
Issue tracker
Check the issue tracker for this language.
Was this page helpful?