diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 49c2b7e..588e4e8 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -7,7 +7,7 @@ # Prerequisites (one-time, in the Gitea UI — Repo → Settings → Actions): # • Secret SONAR_TOKEN — a SonarQube "Analysis" token generated at # My Account → Security in SonarQube for the -# runic-gateway-link project (or a global one). +# Runic-Gateway-link project (or a global one). # • Variable SONAR_HOST_URL — the SonarQube base URL on your LAN, e.g. # http://192.168.0.56:9000 # (kept as a variable, not committed, so the internal address stays out of git.) diff --git a/sonar-project.properties b/sonar-project.properties index e817e2b..16f8c10 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,9 +1,9 @@ # SonarQube analysis config for the link (uo-link sidecar) repo. # Consumed by the scanner in .gitea/workflows/sonarqube.yml on push to main. # The project key must match the one created in SonarQube (dashboard URL -# ?id=runic-gateway-link). +# ?id=Runic-Gateway-link). -sonar.projectKey=runic-gateway-link +sonar.projectKey=Runic-Gateway-link sonar.projectName=runic gateway link # Analysed application code. The Rust sidecar crate lives under sidecar/src.