From f26332f3f9a4993b0d1c190eccb67770d024e77b Mon Sep 17 00:00:00 2001 From: Paul O'Neill Date: Sun, 30 Oct 2016 14:22:59 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8ff9bff..bdca8a1 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ SonarQube plugin for TypeScript files [![Build Status](https://travis-ci.org/Pablissimo/SonarTsPlugin.svg?branch=master)](https://travis-ci.org/Pablissimo/SonarTsPlugin) [![Coverage Status](https://coveralls.io/repos/Pablissimo/SonarTsPlugin/badge.svg?branch=master)](https://coveralls.io/r/Pablissimo/SonarTsPlugin?branch=master) -***For SonarQube 6.0 support (or errors about 'MethodNotFound' exceptions) see the SonarQube 6.0 section at the bottom of the README*** - ##Demos A live deployed demo hitting a few large open-source TypeScript projects can be found here: @@ -121,15 +119,8 @@ a configuration for that rule in SonarTsPlugin could look as follows: **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.** -* 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) -* for possible values for `debtType` go [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/rule/RulesDefinition.SubCharacteristics.html) - -##SonarQube 6.0 support -There is a **very preliminary** version of the plugin aimed at supporting SonarQube 6.0 (and nothing lower than 5.6 LTS) here: - -https://github.com/Pablissimo/SonarTsPlugin/releases/tag/v0.93 - -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). +* 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) +* For possible values for `debtType` go [here](http://javadocs.sonarsource.org/5.2/apidocs/org/sonar/api/server/rule/RulesDefinition.SubCharacteristics.html) ##Licence MIT From 4c93d891238ef0e016d1aefc8c453d3d9954fd11 Mon Sep 17 00:00:00 2001 From: Paul O'Neill Date: Sun, 30 Oct 2016 14:55:43 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdca8a1..83969a3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It's presented only for the interested, and the brave. ##Requirements * Java 1.8+ -* SonarQube 5.4 LTS+ +* SonarQube 5.6 LTS+ * TsLint 2.4.0+ ##Building