Skip to content

Commit

Permalink
Tweak sonar-project.properties (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 4, 2022
1 parent 1cde686 commit a388fde
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
sonar.projectKey=matrix-js-sdk
sonar.organization=matrix-org

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=matrix-js-sdk
#sonar.projectVersion=1.0

# 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

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

sonar.typescript.tsconfigPath=./tsconfig.json
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=spec/*.ts
sonar.coverage.exclusions=spec/**/*
sonar.testExecutionReportPaths=coverage/test-report.xml

0 comments on commit a388fde

Please sign in to comment.