X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9899f8b1d988a8ac1e5af829334bc2ffe786ae47..6e62251874be4829dedb958e8f2530f1a943d42c:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index 4a0af6ebe7..a43fc78537 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,13 +5,16 @@ sonar.projectKey=simgrid sonar.projectName=SimGrid sonar.projectVersion=3.13.90 +sonar.links.homepage=http://simgrid.org +sonar.links.issue=http://github.com/simgrid/simgrid/issues + # Comma-separated paths to directories with sources (required) -sonar.sources=src,examples,include,testsuite +sonar.sources=src,examples,include,teshsuite -# Exclude out unit tests from the analysis -sonar.exclusions=src/*_unit.c,src/*_unit.cpp -# Exclude the tests that we borrowed elsewhere -sonar.exclusions=teshsuite/smpi/mpich3-test/*,teshsuite/smpi/isp/* +# Exclude some files from the analysis: +# - our unit tests +# - the tests that we borrowed elsewhere (MPICH and ISP) +sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/*,teshsuite/smpi/isp/* # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs