X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e28a9a1f0dfaa7161fa5b5e65c4515afdd88b3b1..ce0a6a68d85fc54e1ca19b6a32ea280cf392d028:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index a893088663..a43fc78537 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -11,10 +11,10 @@ sonar.links.issue=http://github.com/simgrid/simgrid/issues # Comma-separated paths to directories with sources (required) 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