Logo AND Algorithmique Numérique Distribuée

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