Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: ignore the MPI collectives in their new locations
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Mar 2017 22:54:18 +0000 (23:54 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 16 Mar 2017 00:19:55 +0000 (01:19 +0100)
sonar-project.properties

index 1c99bf9..345ba3a 100644 (file)
@@ -54,7 +54,7 @@ sonar.issue.ignore.multicriteria.c3.resourceKey=include/smpi/smpi_extended_trace
 #  - Collectives that we borrowed elsewhere (mpich, openMPI and other implems)
 #  - the NAS, that are included in our examples
 #  - RngStream, that is included in SimGrid
 #  - Collectives that we borrowed elsewhere (mpich, openMPI and other implems)
 #  - the NAS, that are included in our examples
 #  - RngStream, that is included in SimGrid
-sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h
+sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/**/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h
 
 # Exclude our examples from the duplication detection.
 # Examples are expected to be somehow repetitive
 
 # Exclude our examples from the duplication detection.
 # Examples are expected to be somehow repetitive