From 39f02b84d4c88d232c76c0adc8c979af1d864709 Mon Sep 17 00:00:00 2001
From: LETORT Sebastien <sebastien.letort@irisa.fr>
Date: Fri, 14 Feb 2020 11:38:56 +0100
Subject: [PATCH] sonarqube config.

---
 sonar-project.properties | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 sonar-project.properties

diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 0000000..f64f251
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,23 @@
+# Where
+sonar.host.url=https://sonarqube.inria.fr/sonarqube
+
+# links
+sonar.links.homepage=https://gitlab.inria.fr/allgo/api-clients/python_client
+sonar.links.scm=git@gitlab.inria.fr:allgo/api-clients/python_client.git
+
+# project
+sonar.projectKey=sedrba:Allgo:Client-python:1.0
+sonar.projectDescription=A python client for the Allgo project API.
+sonar.projectVersion=1.0.0
+
+sonar.scm.disabled=false
+sonar.scm.provider=git
+
+# code
+sonar.sourceEncoding=UTF-8
+sonar.sources=allgo
+sonar.exclusions=build
+
+sonar.language=py
+sonar.python.xunit.reportPath=test.xml
+sonar.python.coverage.reportPaths=coverage.xml
-- 
GitLab