Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
eedccd85d20f36da49de7111efa6ebd55d6d45f3
[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.91
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 # Pointers should not be cast to integral types -- we need that for jMSG
13 sonar.exclusions=cpp:S1767
14
15 # Comma-separated paths to directories with sources (required)
16 sonar.sources=src,examples,include,teshsuite
17
18 # Exclude some files from the analysis:
19 #  - our unit tests 
20 #  - the tests that we borrowed elsewhere (MPICH and ISP)
21 #  - Flex-generated files
22 #  - Collectives that we borrowed elsewhere (mpich, openMPI and other implems)
23 #  - the NAS, that are included in our examples
24 sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,src/smpi/colls/*,examples/smpi/NAS/*
25 # Ignore files that are generated from Flex
26 sonar.issue.ignore.allfile=flexGenerated
27 sonar.issue.ignore.allfile.flexGenerated.fileRegexp="generated by flex"
28
29 # Ignore the files that SMPI scavenged here and there (not working)
30 #sonar.issue.ignore.allfile=mpiColls
31 #sonar.issue.ignore.allfile.flexGenerated.mpiColls="Ahmad Faraj"
32 #sonar.issue.ignore.allfile=mpivapich
33 #sonar.issue.ignore.allfile.flexGenerated.mpivapich="This file is part of the MVAPICH2 software package"
34 #sonar.issue.ignore.allfile=mpiOmpi
35 #sonar.issue.ignore.allfile.flexGenerated.mpiOmpi="University of Tennessee"
36
37 # The build-wrapper output dir
38 sonar.cfamily.build-wrapper-output=bw-outputs
39
40 # Encoding of the source files
41 sonar.sourceEncoding=UTF-8
42
43 sonar.java.source=7
44
45 # Talk to me (travis don't like it, it's too much)
46 # sonar.verbose=true