I am running Code Composer Studio from Texas Instruments (which is Eclipse based) and using SonarLint which is bind to the SonarQube running on our server. On the server this is triggered with a job in Jenkins and in this job the include paths, exclude paths and exclude files are given as commands.
Because part of the software project is not our in-house developed code we want to exclude these paths, on the server this works like a charm.
But locally with SonarLint this does not work for all paths. I think this is related to the fact that we are using some virtual folders in Eclipse. The reason for using virtual folder is that we have multiple subprojects which are sharing a common code base. Each subproject has virtual folders to this common code to make it part of the subproject. But the excluding of such a virtual folder (or even when excluding each file separately in this virtual folder is ignored).
What else can I try to pinpoint (or even better: solve) this issue?