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 54b6f87..c35687e 100644 (file)
@@ -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
@@ -138,8 +139,8 @@ sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo
 #   - foreign test suites
 #   - XML files
 #   - Python files used to generate either simcalls or deployment files
-sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,src/simix/simcalls.py,**/generate.py
-
+#   - Any java source code (it's deprecated now)
+sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,src/simix/simcalls.py,**/generate.py,**/*.java,src/bindings/java/**
 # Encoding of the source files
 sonar.sourceEncoding=UTF-8