ci(sonarqube): correct project key to Runic-Gateway-link #15

Merged
whitlocktech merged 1 commits from ci/sonarqube-fix-project-key into main 2026-07-21 04:23:47 +00:00
Member

Follow-up to #13 (already merged).

The first SonarQube run failed to create the project:

ERROR Could not create Project with key: "runic-gateway-link".
A similar key already exists: "Runic-Gateway-link"

SonarQube project keys are case-sensitive and it refuses to create a key that differs only in case from an existing one. This edits sonar.projectKey (and the workflow/comment references) in place on main to match the pre-existing Runic-Gateway-link project.

Two-line change: the sonar.projectKey value + the doc-comment references. No workflow logic changes.

Docs updated in RunicGateway/docs#27.

AI-assisted: authored with Claude Code (Anthropic). Commit trailer records Co-Authored-By: Claude.

🤖 Generated with Claude Code

Follow-up to #13 (already merged). The first SonarQube run failed to create the project: ``` ERROR Could not create Project with key: "runic-gateway-link". A similar key already exists: "Runic-Gateway-link" ``` SonarQube project keys are **case-sensitive** and it refuses to create a key that differs only in case from an existing one. This edits `sonar.projectKey` (and the workflow/comment references) in place on `main` to match the pre-existing `Runic-Gateway-link` project. Two-line change: the `sonar.projectKey` value + the doc-comment references. No workflow logic changes. Docs updated in RunicGateway/docs#27. AI-assisted: authored with Claude Code (Anthropic). Commit trailer records `Co-Authored-By: Claude`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-21 04:23:12 +00:00
The SonarQube server already has a project keyed Runic-Gateway-link and
refuses to create a case-variant duplicate, so the scan (added in #13)
failed to auto-create runic-gateway-link. Match the existing key.

Co-Authored-By: Claude <noreply@anthropic.com>
whitlocktech approved these changes 2026-07-21 04:23:40 +00:00
whitlocktech merged commit f23b9030ed into main 2026-07-21 04:23:47 +00:00
whitlocktech deleted branch ci/sonarqube-fix-project-key 2026-07-21 04:23:47 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/link#15
No description provided.