mirror of
https://github.com/proot-me/proot.git
synced 2024-11-11 11:59:31 +00:00
1ced0101ef
* 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
13 lines
376 B
Properties
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
|