We’re using SonarQube Version 7.9.2, Scanner Version 4.3.0.2102, Sonarjs Version 6.2.2
We are trying to achieve the analysis of Javascript. The project utilizes Gradle.
So far we have:
-
Verified NodeJS version is above 8 (current version is node --version v12.18.4)
-
Insured there were no inclusions set so the whole project would scan.
-
Set inclusion to anaylze /ui/ where all js is located
Extra Information:
- SonarQube analyzes Java.