From 45c7979ed618b75f3c724ae5e600531a9d527200 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Date: Sun, 13 Apr 2025 11:46:19 -0600 Subject: [PATCH] Update project name in sonar configuration (#5) Renamed the project from "mother-utils/motherlog" to "stone-utils/stonelog" in the SonarQube configuration file. This ensures accurate project identification and alignment with the repository's purpose. Reviewed-on: https://gitstormr.dev/stone-utils/stonelog/pulls/5 Reviewed-by: Cloud Administrator Co-authored-by: Rene Nochebuena Co-committed-by: Rene Nochebuena --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index e3c95ed..19c9ac0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=b97a45b2-c25d-4fd1-898d-136414896ce6 -sonar.projectName=mother-utils/motherlog +sonar.projectName=stone-utils/stonelog sonar.language=go sonar.sources=. sonar.exclusions=**/*_test.go, testbin/**