From 420180457afb8eaf3c41a0bdea0b936c9382801e Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:45:08 +0100 Subject: [PATCH] fix(sonar): point at this repo's own SonarCloud project sonar.projectKey was hyperpolymath_rsr-template-repo, copied verbatim from the template repo this one was derived from. The correct project for this repo already exists on SonarCloud. The workflow currently fails at authentication (no SONAR_TOKEN secret), so nothing is being mis-submitted today -- but once the token is added this repo would start reporting into the template's project. Fix the key first. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 9a2b945..a3706ae 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,9 +1,9 @@ # SPDX-License-Identifier: MPL-2.0 # SonarQube Cloud (SonarCloud) configuration. -# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_rsr-template-repo +# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_systemet # Requires the SONAR_TOKEN repository secret + a SonarCloud project (owner setup). sonar.organization=hyperpolymath -sonar.projectKey=hyperpolymath_rsr-template-repo +sonar.projectKey=hyperpolymath_systemet # Analysable surface = shell scripts + any JS/TS the template carries. Idris2, # Zig, Elixir and AffineScript have no SonarCloud analyser; vendored, generated,