Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablissimo committed Jul 8, 2017
1 parent 67c33b1 commit 977f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -111,8 +111,8 @@ sonar.ts.coverage.lcovReportPath=test-results/coverage/coverage.lcov
<tr><td>sonar.ts.tslint.rulesDir</td><td><b>Optional</b></td><td>Path to a folder containing custom `tslint` rules referenced in tslint.json, if any is required</td></tr>
<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 <pre>sonar.ts.tslint.typeCheck</pre> to work.</td></tr>
<tr><td>sonar.ts.tslint.typeCheck</td><td><b>Optional</b></td><td>If true, asks <pre>tslint</pre> to run type-checking, allowing <pre>tslint</pre> rules that need type information to operate. Requires that you have specified <pre>sonsr.ts.tslint.projectPath</pre>.</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>
</tbody>
</table>

Expand Down

0 comments on commit 977f77d

Please sign in to comment.