Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'adfaure/master'
[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
6 sonar.projectVersion=3.13.90
7
8 sonar.links.homepage=http://simgrid.org
9 sonar.links.issue=https://github.com/simgrid/simgrid/issues
10 sonar.links.scm=https://github.com/simgrid/simgrid.git
11
12 # Comma-separated paths to directories with sources (required)
13 sonar.sources=src,examples,include,teshsuite
14
15 # Exclude some files from the analysis:
16 #  - our unit tests 
17 #  - the tests that we borrowed elsewhere (MPICH and ISP)
18 #  - Flex-generated files
19 sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/*,teshsuite/smpi/isp/*,**/*_dtd.c
20
21 # Ignore files that are generated from Flex
22 sonar.issue.ignore.allfile=flexGenerated
23 sonar.issue.ignore.allfile.flexGenerated.fileRegexp="generated by flex"
24
25 # The build-wrapper output dir
26 sonar.cfamily.build-wrapper-output=bw-outputs
27
28 # Encoding of the source files
29 sonar.sourceEncoding=UTF-8
30
31 sonar.cpp.std=gnu++11
32 sonar.c.std=gnu11
33
34 # Disable the whole logging mechanism during SonarQube analysis
35 sonar.cfamily.predefinedMacros=XBT_LOG_MAYDAY
36
37 # Talk to me (travis don't like it, it's too much)
38 # sonar.verbose=true