element-web/sonar-project.properties

17 lines
471 B
Properties
Raw Normal View History

2022-04-29 11:38:24 +02:00
sonar.projectKey=matrix-react-sdk
sonar.organization=matrix-org
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=matrix-react-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
sonar.sources=src,res
sonar.tests=test,cypress
sonar.exclusions=__mocks__,docs