Using Automatic analysis, getting this error:
We detected a configuration error for your analysis with ID "AXAQtClfS4yh2apJ1gjR": the source files are not found. Please check your .sonarcloud.properties file.
Source of the .sonarcloud.properties:
sonar.sources=**/*.go
sonar.exclusions=**/*_test.go,**/*_generated.go
Analysis worked fine with an empty sonarcloud file. Project has about 44K lines of go code.