I have a node app in which 3rd party api integrations are in a folder called src/external
.
I have the following setting in sonar-project.properties:
sonar.sources = src/
but in the sonarcloud code dashboard it says there is no code in the src/external directory.
How can I ensure that sonar analyzes the src/external/
directory recursively?