Hi all,
We have bought sonar cloud license for analyzing Texas instruments C2000 MCU project code.
I have also installed SonarLint in Code composer studio IDE (from eclipse marketplace).
I am able to analize the project using the SonarLint in connected mode I have done binding with a SonarCloud project.
But I cannot see the same results in the SonarCloud server. I came to know that if we want to scan the project in the SonarCloud we need to build a JSON file for build command. Is the file being built by SonarLint?
My question is, if sonar lint is working, is there an easy way to make sonar cloud working for C programming language?