SonarTsPlugin icon indicating copy to clipboard operation
SonarTsPlugin copied to clipboard

Problem viewing Typescript statistics

Open sertrah opened this issue 8 years ago • 0 comments

i'm using angular4 project using TSlint plugin in SONAR Qube, and I have installed tslint, and ts. sonnar.scaner.properties:


sonar.host.url=http://localhost:9000

sonar.projectKey=company:angular
sonar.projectName=My angular
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
sonar.sources=ProyectDemo/src/
sonar.language=ts
sonar.ts.tslintconfigpath=ProyectDemo/src/tslint.json
sonar.ts.tslint.configPath=ProyectDemo/src/tslint.json

image i tested tslint in directing on my project image tslint in my local. Worked and here a brief summary: image

sertrah avatar Oct 09 '17 20:10 sertrah