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

Commit 06abd8c

Browse files
committed
Merge branch 'master' into issue70
2 parents 4fc76b8 + 4c93d89 commit 06abd8c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ SonarQube plugin for TypeScript files
66
[![Build Status](https://travis-ci.org/Pablissimo/SonarTsPlugin.svg?branch=master)](https://travis-ci.org/Pablissimo/SonarTsPlugin)
77
[![Coverage Status](https://coveralls.io/repos/Pablissimo/SonarTsPlugin/badge.svg?branch=master)](https://coveralls.io/r/Pablissimo/SonarTsPlugin?branch=master)
88

9-
***For SonarQube 6.0 support (or errors about 'MethodNotFound' exceptions) see the SonarQube 6.0 section at the bottom of the README***
10-
119
##Demos
1210

1311
A live deployed demo hitting a few large open-source TypeScript projects can be found here:
@@ -39,7 +37,7 @@ It's presented only for the interested, and the brave.
3937

4038
##Requirements
4139
* Java 1.8+
42-
* SonarQube 5.4 LTS+
40+
* SonarQube 5.6 LTS+
4341
* TsLint 2.4.0+
4442

4543
##Building
@@ -121,15 +119,8 @@ a configuration for that rule in SonarTsPlugin could look as follows:
121119

122120
**You will need to restart the SonarQube server after configuring custom rules this way before subsequent analyses will pick them up. You will also need to activate the new rules after restart for any quality profile you want them to participate in - by default they will be disabled.**
123121

124-
* for documentation about the `technical debt` parameters look [here](http://docs.sonarqube.org/display/PLUG/Rule+Remediation+Costs) and [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/debt/DebtRemediationFunction.html)
125-
* for possible values for `debtType` go [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/rule/RulesDefinition.SubCharacteristics.html)
126-
127-
##SonarQube 6.0 support
128-
There is a **very preliminary** version of the plugin aimed at supporting SonarQube 6.0 (and nothing lower than 5.6 LTS) here:
129-
130-
https://github.com/Pablissimo/SonarTsPlugin/releases/tag/v0.93
131-
132-
There are almost certainly regressions due to the scale of changes that were required, but it's worth giving a go on a test install of 6.0 if you're planning on using it or getting any 'MethodNotFound' exceptions (which are the symptom of 0.9 and below's incompatibility).
122+
* For documentation about the `technical debt` parameters look [here](http://docs.sonarqube.org/display/PLUG/Rule+Remediation+Costs) and [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/debt/DebtRemediationFunction.html)
123+
* For possible values for `debtType` go [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/rule/RulesDefinition.SubCharacteristics.html)
133124

134125
##Licence
135126
MIT

0 commit comments

Comments
 (0)