1
0
mirror of https://github.com/proot-me/proot.git synced 2024-11-11 11:59:31 +00:00
proot/sonar-project.properties
Lucas Ramage 1ced0101ef
Enable SonarCloud (#347)
* Create sonarcloud.yml

* Create sonar-project.properties

* Combine github actions files

* Fix syntax error with GitHub Actions

* Update clang-tools for GitHub Actions

* Simplify test matrix naming
2023-04-15 20:25:00 -04:00

13 lines
376 B
Properties

sonar.projectKey=proot-me_proot
sonar.organization=proot-me
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=proot
#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