diff --git a/README.md b/README.md index edd1191..54d2e2c 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ sonar.ts.coverage.lcovReportPath=test-results/coverage/coverage.lcov sonar.ts.tslint.rulesDirOptionalPath to a folder containing custom `tslint` rules referenced in tslint.json, if any is required sonar.ts.coverage.lcovReportPathOptionalPath to an LCOV code-coverage report to be used to calculate coverage metrics for your project sonar.ts.tslint.nodePathOptionalPath to custom node to execute -sonar.ts.tslint.projectPathOptionalPath to tsconfig.json that describes the TypeScript files in your project to analyse, rather than letting SonarQube search for them automatically. Required to allow
sonar.ts.tslint.typeCheck
to work. -sonar.ts.tslint.typeCheckOptionalIf true, asks
tslint
to run type-checking, allowing
tslint
rules that need type information to operate. Requires that you have specified
sonsr.ts.tslint.projectPath
. +sonar.ts.tslint.projectPathOptionalPath to tsconfig.json that describes the TypeScript files in your project to analyse, rather than letting SonarQube search for them automatically. Required to allow sonar.ts.tslint.typeCheck to work. +sonar.ts.tslint.typeCheckOptionalIf true, asks tslint to run type-checking, allowing tslint rules that need type information to operate. Requires that you have specified sonsr.ts.tslint.projectPath.