1# Required metadata
2sonar.projectKey=glances
3sonar.projectName=Glances
4sonar.projectVersion=2.7
5
6# Path to the parent source code directory.
7# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8# Since SonarQube 4.2, this property is optional if sonar.modules is set.
9# If not set, SonarQube starts looking for source code from the directory containing
10# the sonar-project.properties file.
11sonar.sources=glances
12
13# Language
14sonar.language=py
15
16# Encoding of the source code
17sonar.sourceEncoding=UTF-8
18
19# Additional parameters
20#sonar.my.property=value
21