1 # This file is used to scan the project for issues automatically
2 # Browse the result here: https://nemo.sonarqube.org/overview?id=simgrid
4 sonar.projectKey=simgrid
5 sonar.projectName=SimGrid simulator of distributed systems (http://simgrid.org)
6 sonar.projectVersion=3.13.90
8 # Comma-separated paths to directories with sources (required)
9 sonar.sources=src,examples
11 # Language, needed for SonarQube < 4.2
12 sonar.language=cpp,java,c
14 # The build-wrapper output dir
15 sonar.cfamily.build-wrapper-output=bw-outputs
17 # Encoding of the source files
18 sonar.sourceEncoding=UTF-8