Sonarcloud won't show issues discovered by golangci-linter

Hi @vbortkevic
as I mentioned above, no issue will ever get imported outside of the New Code area (highlighted in yellow) for a PR analysis . Even if the external report has dozens of issues, if those issues are not attached to this new code area, they will not be imported by SonarQube.
When you analyze a PR, it does not make sense to import issues outside of the changed code area, does it?

If you need a report on all areas of your code, you must run a branch analysis.