Skip to content

Commit ac7f1ed

Browse files
hyperpolymathclaude
andcommitted
fix(sonar): point at this repo's own SonarCloud project
sonar.projectKey was hyperpolymath_rsr-template-repo, copied verbatim from the RSR template this repo was derived from. The workflow currently fails at authentication (no SONAR_TOKEN secret), so nothing is being mis-submitted today -- but once a token is added this repo would report into the template's project alongside every other repo with the copied key. Fix the key first. Organisation is unchanged: the estate consolidates SonarCloud under the single hyperpolymath org (metadatastician/IDApTIK#42). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 19616e2 commit ac7f1ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPDX-License-Identifier: MPL-2.0
22
# SonarQube Cloud (SonarCloud) configuration.
3-
# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_rsr-template-repo
3+
# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_anytype
44
# Requires the SONAR_TOKEN repository secret + a SonarCloud project (owner setup).
55
sonar.organization=hyperpolymath
6-
sonar.projectKey=hyperpolymath_rsr-template-repo
6+
sonar.projectKey=hyperpolymath_anytype
77

88
# Analysable surface = shell scripts + any JS/TS the template carries. Idris2,
99
# Zig, Elixir and AffineScript have no SonarCloud analyser; vendored, generated,

0 commit comments

Comments
 (0)