Critical error on Analysis with code AZWjmuqcKofupWzYvzzc

Template for a good new topic, formatted with Markdown:

  • ALM used (GitHub, Bitbucket Cloud, Azure DevOps)
    Github

  • Languages of the repository
    NodeJS

  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting)

Analysis ID "AZWjmuqcKofupWzYvzzc"
The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: "AZWjmuqcKofupWzYvzzc".```

Hello @adrianmtanase,

The error on the analysis is the following:

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 the documentation for more details.