summaryrefslogtreecommitdiffstats
path: root/sonar-project.properties
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2015-01-13 23:24:31 +0100
committerNicolargo <nicolas@nicolargo.com>2015-01-13 23:24:31 +0100
commit6e2c35f8348a305c2cd1bb667aa80c67eb8bafac (patch)
tree63eb239f180b3910bb3e07ea9bb9d8accafe18a8 /sonar-project.properties
parent8d80a0e2da19c0fbe9d15271f658d2986916fe6e (diff)
Add Sonar configuration and add Docker-py lib dep in the setup file
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 00000000..226c9e76
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,20 @@
+# Required metadata
+sonar.projectKey=glances
+sonar.projectName=Glances
+sonar.projectVersion=2.3_beta
+
+# Path to the parent source code directory.
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
+# Since SonarQube 4.2, this property is optional if sonar.modules is set.
+# If not set, SonarQube starts looking for source code from the directory containing
+# the sonar-project.properties file.
+sonar.sources=glances
+
+# Language
+sonar.language=py
+
+# Encoding of the source code
+sonar.sourceEncoding=UTF-8
+
+# Additional parameters
+#sonar.my.property=value \ No newline at end of file