aboutsummaryrefslogtreecommitdiff
path: root/sonar-project.properties
diff options
context:
space:
mode:
authorRubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com>2020-09-21 13:14:32 +0000
committerRubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com>2020-09-21 13:14:32 +0000
commit8e5bbf83935b23b635a6d6881cc344b535b9b956 (patch)
tree8b29107cbbd828f522ca45db6128aacf120644a8 /sonar-project.properties
parent6d04afffcaa63ad9326db360bc3abedcedfd6c7e (diff)
parent1cb3bca6c3333fbdf185fdeaf7efe130a40219f8 (diff)
Merge branch 'rbdr-address-sonarqube-issues' into 'master'
Integrate Sonarcloud See merge request rbdr/cologne!1
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 0000000..08b778a
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,12 @@
+sonar.projectKey=rbdr_cologne
+sonar.organization=rbdr
+
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
+sonar.sources=.
+
+# Encoding of the source code. Default is default system encoding
+sonar.sourceEncoding=UTF-8
+
+# Coverage path
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.coverage.exclusions='test/**/*'