- SQ: 7.4.0.18908, SonarScanner: 4.0.0.1744
- I am trying to create a project and run a scan on my js and scss files.
- I tried running sonar scanner with the following properties files but it is ignoring all of the js files in the source directory. I also tried disabling the scm exclusions because I saw other people suggesting that but I am still having issues. We tried renaming the source directory to something other than node_modules and that seemed to work, however we need to directory to be named node_modules for other reasons. Is there a workaround for this?
sonar.projectKey=my-project
sonar.sources=src/node_modules
sonar.projectVersion=BASELINE
sonar.scm.exclusions.disabled=true