Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
have a try at solving some SonarQube issues
[simgrid.git] / sonar-project.properties
1 # This file is used to scan the project for issues automatically 
2 # Browse the result here: https://nemo.sonarqube.org/overview?id=simgrid
3
4 sonar.projectKey=simgrid
5 sonar.projectName=SimGrid simulator of distributed systems (http://simgrid.org)
6 sonar.projectVersion=3.13.90
7
8 # Comma-separated paths to directories with sources (required)
9 sonar.sources=src,examples
10
11 # The build-wrapper output dir
12 sonar.cfamily.build-wrapper-output=bw-outputs
13
14 # Encoding of the source files
15 sonar.sourceEncoding=UTF-8
16
17 # Talk to me
18 # sonar.verbose=true