mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
deeeffa104
because for reasons known only to sonar, they're not namespaced per-org
17 lines
625 B
Properties
17 lines
625 B
Properties
sonar.projectKey=element-hq_matrix-react-sdk
|
|
sonar.organization=element-hq
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
sonar.sources=src,res
|
|
sonar.tests=test,playwright
|
|
sonar.exclusions=__mocks__,docs
|
|
|
|
sonar.cpd.exclusions=src/i18n/strings/*.json
|
|
sonar.typescript.tsconfigPath=./tsconfig.json
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
# instrumentation is disabled on SessionLock
|
|
sonar.coverage.exclusions=test/**/*,playwright/**/*,src/components/views/dialogs/devtools/**/*,src/utils/SessionLock.ts
|
|
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml
|