2015-01-14 01:24:31 +03:00
|
|
|
# Required metadata
|
|
|
|
sonar.projectKey=glances
|
|
|
|
sonar.projectName=Glances
|
2021-08-28 11:23:19 +03:00
|
|
|
sonar.projectVersion=4.0
|
2015-09-27 23:59:04 +03:00
|
|
|
|
2015-01-14 01:24:31 +03:00
|
|
|
# Path to the parent source code directory.
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
2015-09-27 23:59:04 +03:00
|
|
|
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
|
|
|
|
# If not set, SonarQube starts looking for source code from the directory containing
|
2015-01-14 01:24:31 +03:00
|
|
|
# the sonar-project.properties file.
|
|
|
|
sonar.sources=glances
|
|
|
|
|
|
|
|
# Language
|
|
|
|
sonar.language=py
|
|
|
|
|
|
|
|
# Encoding of the source code
|
|
|
|
sonar.sourceEncoding=UTF-8
|
2015-09-27 23:59:04 +03:00
|
|
|
|
2015-01-14 01:24:31 +03:00
|
|
|
# Additional parameters
|
2015-03-22 23:28:14 +03:00
|
|
|
#sonar.my.property=value
|