Analysis in newly imported repo fails to find files at 4+ folders deep

I have a typescript monorepo project, which I am trying to analyze and while new files get analyzed, I want to get the whole project analyzed, but the automatic analysis doesn’t seem to reach the necessary depth to find files.

An example of the project’s dept looks like this:
root/

  • services/
    • serviceName/
      • src/
        • lambdas/
          index.ts
        • lib/
  • packages/

I have tried some pattern matching in the sonarcloud configuration, but this hasn’t worked.

Is there a configuration option to get to this level of depth?

Hey @m-schrepel,

Can you share your configuration? (stripped of private data)

Best,
Marcin