diff options
| author | Rubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com> | 2020-09-21 13:14:32 +0000 |
|---|---|---|
| committer | Rubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com> | 2020-09-21 13:14:32 +0000 |
| commit | 25d80f4c0007d891a806364865c8e3edb215034e (patch) | |
| tree | f318978e262a3c9e66b14040a9ed96b26d009788 /sonar-project.properties | |
| parent | 4297c91b0abdb304b9be8b0b3cdbc75b5d06db1f (diff) | |
| parent | 2897389d4ec9c56098356e3f4ad46ebb7b4f0070 (diff) | |
Merge branch 'rbdr-address-sonarqube-issues' into 'master'v2.0.1
Integrate Sonarcloud
See merge request rbdr/cologne!1
Diffstat (limited to 'sonar-project.properties')
| -rw-r--r-- | sonar-project.properties | 12 |
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/**/*' |