tts-openai / sonar-project.properties
imseldrith's picture
Upload folder using huggingface_hub (#1)
2f07364 verified
raw
history blame contribute delete
529 Bytes
# must be unique in a given SonarQube instance
sonar.projectKey=text-to-speech-open-api
sonar.host.url=https://sonarcloud.io
sonar.organization=vakyansh
sonar.python.version=3
# --- optional properties ---
# defaults to project key
#sonar.projectName=My project
# defaults to 'not provided'
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Defaults to .
#sonar.sources=src
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
#sonar.branch.name=refactor