Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a few fortran (unimplemented) declarations
[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 #  - Collectives that we borrowed elsewhere (mpich, openMPI and other implems)
20 #  - the NAS, that are included in our examples
21 sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,src/smpi/colls/*,examples/smpi/NAS/*
22 # Ignore files that are generated from Flex
23 sonar.issue.ignore.allfile=flexGenerated
24 sonar.issue.ignore.allfile.flexGenerated.fileRegexp="generated by flex"
25
26 # Ignore the files that SMPI scavenged here and there (not working)
27 #sonar.issue.ignore.allfile=mpiColls
28 #sonar.issue.ignore.allfile.flexGenerated.mpiColls="Ahmad Faraj"
29 #sonar.issue.ignore.allfile=mpivapich
30 #sonar.issue.ignore.allfile.flexGenerated.mpivapich="This file is part of the MVAPICH2 software package"
31 #sonar.issue.ignore.allfile=mpiOmpi
32 #sonar.issue.ignore.allfile.flexGenerated.mpiOmpi="University of Tennessee"
33
34 # The build-wrapper output dir
35 sonar.cfamily.build-wrapper-output=bw-outputs
36
37 # Encoding of the source files
38 sonar.sourceEncoding=UTF-8
39
40 sonar.cpp.std=gnu++11
41 sonar.c.std=gnu11
42 sonar.java.source=7
43
44 # Disable the whole logging mechanism during SonarQube analysis
45 sonar.cfamily.predefinedMacros=XBT_LOG_MAYDAY
46
47 # Talk to me (travis don't like it, it's too much)
48 # sonar.verbose=true