Skip to content

Commit a388fde

Browse files
authored
Tweak sonar-project.properties (#2348)
1 parent 1cde686 commit a388fde

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

sonar-project.properties

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
sonar.projectKey=matrix-js-sdk
22
sonar.organization=matrix-org
33

4-
# This is the name and version displayed in the SonarCloud UI.
5-
#sonar.projectName=matrix-js-sdk
6-
#sonar.projectVersion=1.0
7-
8-
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9-
#sonar.sources=.
10-
114
# Encoding of the source code. Default is default system encoding
125
#sonar.sourceEncoding=UTF-8
136

@@ -17,5 +10,5 @@ sonar.exclusions=docs,examples,git-hooks
1710

1811
sonar.typescript.tsconfigPath=./tsconfig.json
1912
sonar.javascript.lcov.reportPaths=coverage/lcov.info
20-
sonar.coverage.exclusions=spec/*.ts
13+
sonar.coverage.exclusions=spec/**/*
2114
sonar.testExecutionReportPaths=coverage/test-report.xml

0 commit comments

Comments
 (0)