From 35f96b47a1a4b6fbeb68d367a0b1b5c26eb9e2dc Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 15:26:21 +0100 Subject: [PATCH 1/2] Update GH org in the sonar config file --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index ba78813445..779e15efee 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=matrix-react-sdk -sonar.organization=matrix-org +sonar.organization=element-hq # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 From deeeffa1040eb64b3dd80efff4810740d74159a9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 15:40:27 +0100 Subject: [PATCH 2/2] Update project key too because for reasons known only to sonar, they're not namespaced per-org --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 779e15efee..770df182b0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectKey=matrix-react-sdk +sonar.projectKey=element-hq_matrix-react-sdk sonar.organization=element-hq # Encoding of the source code. Default is default system encoding