Experiencing an unusual issue - SonarQube is running for TS sources but not returning any errors. Utilizing the SonarTS plugin results in SonarQube reporting 0% errors. Any thoughts on what might be causing this? Thank you.
The sonar-project.properties file contains the following configuration -
sonar.projectKey=CCW:20feb11
sonar.projectName=CCW20feb11
sonar.projectVersion=0.1
sonar.scm.disabled=true
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.ts.tslint.path=node_modules/tslint/bin/tslint
sonar.exclusions=/node_modules/
sonar.ts.tslint.configpath=tslint.json
sonar.report.export.path=sonar-report.json
The logs from running sonar-scanner -X are provided below -
The tslint.json & tsconfig.json files can also be found in the attached zip archive -
Update: It has been noted that Tslint does return errors.
Your assistance is greatly appreciated. Ed