From 7af85aef2548d4a5c2899bf83d01012749f87271 Mon Sep 17 00:00:00 2001 From: David RACODON Date: Wed, 7 Dec 2016 18:17:05 +0100 Subject: [PATCH] Add links to demo projects --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b441f6e..7de9aac 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,13 @@ SonarQube Cucumber Gherkin Plugin This plugin enables code QA analysis of [Cucumber Gherkin feature files](https://cucumber.io/docs/reference#gherkin) within [SonarQube](http://www.sonarqube.org): * Computes metrics: lines of code, comments lines, etc. - * Performs more than [40 checks](#available-checks) + * Performs more than [40 checks](http://sonarqube.racodond.com/coding_rules#languages=gherkin) * Provide the ability to write your own checks + +## Demo + + * [Demo project](http://sonarqube.racodond.com/dashboard/index?id=gherkin-sample-project) + * Real life project: [Diaspora](http://sonarqube.racodond.com/dashboard?id=diaspora) ## Usage