Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablissimo authored Jul 8, 2017
1 parent 977f77d commit 18ba6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sonar.ts.coverage.lcovReportPath=test-results/coverage/coverage.lcov
<tr><td>sonar.ts.coverage.lcovReportPath</td><td><b>Optional</b></td><td>Path to an LCOV code-coverage report to be used to calculate coverage metrics for your project</td></tr>
<tr><td>sonar.ts.tslint.nodePath</td><td><b>Optional</b></td><td>Path to custom node to execute</td></tr>
<tr><td>sonar.ts.tslint.projectPath</td><td><b>Optional</b></td><td>Path 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.</td></tr>
<tr><td>sonar.ts.tslint.typeCheck</td><td><b>Optional</b></td><td>If 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.</td></tr>
<tr><td>sonar.ts.tslint.typeCheck</td><td><b>Optional</b></td><td>If true, asks tslint to run type-checking, allowing tslint rules that need type information to operate. Requires that you have specified sonar.ts.tslint.projectPath.</td></tr>
</tbody>
</table>

Expand Down

0 comments on commit 18ba6ad

Please sign in to comment.