Compare commits

...

1 Commits

Author SHA1 Message Date
45c7979ed6
Update project name in sonar configuration (#5)
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m8s
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: #5
Reviewed-by: Cloud Administrator <cloud-admin@noreply.gitstormr.dev>
Co-authored-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
Co-committed-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
2025-04-13 11:46:19 -06:00

View File

@ -1,5 +1,5 @@
sonar.projectKey=b97a45b2-c25d-4fd1-898d-136414896ce6 sonar.projectKey=b97a45b2-c25d-4fd1-898d-136414896ce6
sonar.projectName=mother-utils/motherlog sonar.projectName=stone-utils/stonelog
sonar.language=go sonar.language=go
sonar.sources=. sonar.sources=.
sonar.exclusions=**/*_test.go, testbin/** sonar.exclusions=**/*_test.go, testbin/**