Hello @aldagm,
I moved you to a separate thread.
I expect that you are facing the same issue like this one.
We currently expect the compiler path in the compilation to be a full path or relative to the “directory” entry. Is it in your compilation database?
We don’t support multiple compilation databases.
If you need to, it is fairly easy to combine them into one JSON
file and point to the result.
We don’t do that automatically because:
- It is easier for the users to do it based on their project structure. they can choose what to do with the intersection of the two JSON.
- In many cases, it is not the right thing to do. multiple compilation database means different independent builds and independent project. You can switch between compilation databases instantaneously through the SonarLint embedded action.
If you still face the issue after this can you share with me the compilation database and the full logs?
I can send you a private message where you can upload them if you prefer.
Thanks,