I’m facing an issue with sonarcloud that I’m not facing when I’m running sonarcube locally. The problem is the sonar.exclusions, which seems to be completely ignored. Sonar.inclusions are working well on sonarcloud, which is the weird part
However the files in the third_party folder is still included.
However if I specify the inclusion filter as such:
sonar.inclusions = Application_front/**
Then it works as intended and the Application_admin folder is excluded. However, I want to only exclude the Application_admin/third_party/ folder and I do not want add a new folder to the inclusion filter evertime a new folder is added to the source.
Is there something wrong with the sonar.exclusions filter on sonarcloud?
ALM used: GitHub
Languages of the repository: PHP
Your analysis with ID “AXEtW_NI_gvX44VAKq6H” has failed.
Thanks a lot for your suggestion. I had to try it immediately when I saw the post but sadly it didn’t work. I checked in the scan context to see if the filter was set and it was.
I tried the coverage.exclusions filter because i got desperate but did not help either.
Okay that makes sense, it was also a strange behavior
I can see that the issue you referred to has been open for only 4 days. I’m wondering if this issue has been open for a long time in general or if this is an “Easy fix”.
The reason I’m asking is because that I am still on my trial period and I don’t want to pay for a service that I cannot use.