sonar.go.gometalinter.reportPaths not reporting

Hello @sodul,

Thanks for the feedback and sorry for the late reply.

When we realized that gometalinter was deprecated, we added the support of golangci-lint (see this ticket).

You should therefore use sonar.go.golangci-lint.reportPaths to import golangci-lint reports.

Please note that the report should be in checkstyle format by using --out-format checkstyle golangci-lint option. (see documentation)

Hope it helps,

Quentin