Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: ignore another generated file
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Mar 2017 14:57:08 +0000 (15:57 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 2 Mar 2017 14:57:08 +0000 (15:57 +0100)
sonar-project.properties

index 2170a5e..07c23a1 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/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.cacc,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