Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add gemm.c to sonar exclusions, this code is not ours.
[simgrid.git] / sonar-project.properties
index 52a31b4..c35687e 100644 (file)
@@ -120,7 +120,7 @@ sonar.issue.ignore.multicriteria.p1.resourceKey=**/*.py
 #  - the NAS, that are included in our examples
 #  - The Catch2 library, that is included in our unit tests
 #  - RngStream, that is included in SimGrid
 #  - the NAS, that are included in our examples
 #  - The Catch2 library, that is included in our unit tests
 #  - RngStream, that is included in SimGrid
-sonar.exclusions=src/include/catch.hpp,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/include/catch.hpp,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/*,examples/smpi/gemm/gemm.c,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