Hi,
Same issue here:
I want to do something like this:
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*.{cpp,hpp}
But it doesn’t work.
What is the correct syntax in order to do it through the sonar-project.propeties file, and not through the UI?
Is there a link to a documentation on all the options?
I’ve moved your post to a new thread since the thread you had posted in was over 2y old. Per the FAQ, please don’t resurrect posts older than 2 months.
Regarding your question, the reason we advise people to set multi-criteria properties via the UI is that it’s fiddly and hard to get right when done by hand.
For instance, for your example, you’re going to have to set two different items:
Hi,
I understand what you say but sometimes it is not possible to use the WEB UI due to limited access to administrations.
I really suggest that you enable and develope more options on regarding the sonr-project.properties file editing, not only through the UI.
Another question - Where can I find instructions on how to connect the Sonarlint VScode extension to the SonarQube, so it would connect to my already existitng project that we have running with Jenkins?
I want to be able to be informed ‘on the fly’ on code-smells, bugs and coverage issues.