From: Arnaud Giersch Date: Fri, 16 Dec 2022 15:49:38 +0000 (+0100) Subject: Really exclude MBI scripts from Sonar analysis. X-Git-Tag: v3.34~659 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/35872ecf7e72f9438acce7808724745c98b77aba Really exclude MBI scripts from Sonar analysis. [ci-skip] --- diff --git a/sonar-project.properties b/sonar-project.properties index 09db1128aa..7cb6fdae0e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -186,7 +186,7 @@ sonar.issue.ignore.multicriteria.s5.resourceKey=src/smpi/bindings/*.cpp # - The Catch2 library, that is included in our unit tests # - The xxHash library, used by the MC # - MSG along with its examples and teshsuite -sonar.exclusions=src/include/catch.hpp,src/include/xxhash.hpp,src/*_unit.c*,teshsuite/smpi/mpich3-test/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/**/*,examples/smpi/NAS/*,examples/smpi/gemm/gemm.c,src/msg/**,include/msg/**,examples/deprecated/**,teshsuite/msg/** +sonar.exclusions=src/include/catch.hpp,src/include/xxhash.hpp,src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/MBI/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/**/*,examples/smpi/NAS/*,examples/smpi/gemm/gemm.c,src/msg/**,include/msg/**,examples/deprecated/**,teshsuite/msg/** # Exclude our examples from the duplication detection. # Examples are expected to be somehow repetitive