2022-04-29 11:07:35 +01:00
|
|
|
sonar.projectKey=matrix-js-sdk
|
|
|
|
|
sonar.organization=matrix-org
|
|
|
|
|
|
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
|
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
|
|
|
|
sonar.sources=src
|
|
|
|
|
sonar.tests=spec
|
|
|
|
|
sonar.exclusions=docs,examples,git-hooks
|
2022-05-02 09:32:53 +01:00
|
|
|
|
|
|
|
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
|
|
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
2022-05-04 20:36:00 +01:00
|
|
|
sonar.coverage.exclusions=spec/**/*
|
2026-01-15 11:15:37 +00:00
|
|
|
sonar.testExecutionReportPaths=coverage/sonar-report.xml
|
2022-05-10 16:49:03 +01:00
|
|
|
|
|
|
|
|
sonar.lang.patterns.ts=**/*.ts,**/*.tsx
|