Disable sonarcloud analysis and only display eslint issues

Hi,
My team wanted to move our eslint reports onto sonarcloud UI for better visibility. I was able to do so through github actions but now we want to disable sonarcloud analysis and only keep the eslint-report issues. Would this be possible?

Hello,

From my understanding you only want to import the eslint report right ? Currently it’s not possible to completely disable the analysis and only import the eslint report. And I don’t think it’s something we are planning to support.

On the other side you could eventually update your quality profile for js/ts language and disable all of our rules. You can find more information about this here: https://sonarcloud.io/documentation/standards/managing-quality-profiles/