X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deb0feb3fb83d8c2dc6c1f50999ed0fbe34a7089..5a3b8a71e95ddc612c7326f9c7bc3685862f6de6:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index f1afb04deb..c35687e16f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,8 @@ # This file is used to scan the project for issues automatically # Browse the result here: https://sonarcloud.io/dashboard/?id=simgrid -sonar.projectKey=simgrid +sonar.organization=simgrid +sonar.projectKey=simgrid_simgrid sonar.projectName=SimGrid sonar.projectVersion=3.22.90 @@ -119,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 -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