Hi,
I am trying to integrate Sonarlint into my C project.
I am currently using Clion IDE on MacOs.
On the same project I have SonarQube (with a sonar-project.properties file) and the files are analyzed.
On this project, Sonarlint does not detect files to analyze and I have the following log output :
*Trigger: ACTION *
*[Action] 141 file(s) submitted *
*File 'Test4_SonarQube.c' excluded: OCFile: Test4_SonarQube.c not in project sources*
*File 'main.c' excluded: OCFile:main.c not in project sources*
*....
I installed the Sonarlint plugin and I already uninstalled it to install it manually.
Do you have any clue to solve this issue ?
Thanks,
Renaud