ci(sonarqube): correct project key to Runic-Gateway-link #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/sonarqube-fix-project-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #13 (already merged).
The first SonarQube run failed to create the project:
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 onmainto match the pre-existingRunic-Gateway-linkproject.Two-line change: the
sonar.projectKeyvalue + 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