Hello!
I am seeing this error in the SonarCloud console, any insights on what is causing it?
Thanks!
Hello!
I am seeing this error in the SonarCloud console, any insights on what is causing it?
Thanks!
Hello @cvarjao and welcome to the community!
It seems that the automatic analysis has failed due to un-supported use of wildcards in sonar.sources
and sonar.tests
(you can see the full error below). Please see the documentation link on how to setup these inclusions/exclusions properly Analysis scope & SonarCloud.
ERROR: Wildcards ** and * are not supported in “sonar.sources” and “sonar.tests” properties. “sonar.sources” and “sonar.tests” properties support only comma separated list of directories. Use “sonar.exclusions/sonar.inclusions” and “sonar.test.exclusions/sonar.test.inclusions” to further filter files in “sonar.sources” and “sonar.tests” respectively. Please refer to SonarCloud documentation for more details.