Sonarcloud won't show issues discovered by golangci-linter

Ok, after creating this post I found similar here Change external issues language, type and severity - #6 by Quentin which points to this ticket https://jira.sonarsource.com/browse/SONARSLANG-471
But it seems nothing have been improved since…
Is there some possibility some more precision mappings will be introduced?
On the other hand, this:

To give you more details, in the case of GolangCILint (and all Checkstyle format), issues with severity=error will have type bug, and code smell otherwise, and issues with severity=info will have severity minor and major otherwise.

Is not works as expected:
In my report I have 30 severity=“info” and only one shown on sonarcloud (mentioned in my post before) and one severity=“error” not present on report at all…

1 Like