From 8bf3fbfaa3d3d9be50d9cb2639f24ad35365d8a8 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Date: Sun, 13 Apr 2025 10:58:32 -0600 Subject: [PATCH] Update project name in sonar configuration 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. --- 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/** -- 2.39.5