You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2019. It is now read-only.
***For SonarQube 6.0 support (or errors about 'MethodNotFound' exceptions) see the SonarQube 6.0 section at the bottom of the README***
10
-
11
9
##Demos
12
10
13
11
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.
39
37
40
38
##Requirements
41
39
* Java 1.8+
42
-
* SonarQube 5.4 LTS+
40
+
* SonarQube 5.6 LTS+
43
41
* TsLint 2.4.0+
44
42
45
43
##Building
@@ -121,15 +119,8 @@ a configuration for that rule in SonarTsPlugin could look as follows:
121
119
122
120
**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.**
123
121
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:
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)
0 commit comments