Merge pull request 'Update project name in sonar configuration' (#3) from feature/fix-sonar-project-name into develop
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m4s
Go CI/CD / go-ci (pull_request) Successful in 10m6s

Reviewed-on: #3
Reviewed-by: Cloud Administrator <cloud-admin@noreply.gitstormr.dev>
This commit is contained in:
Rene Nochebuena 2025-04-13 11:16:50 -06:00 committed by Gitstormr: Unleash the code storm
commit 83953b7d27
Signed by: Gitstormr: Unleash the code storm
GPG Key ID: A42842566C073B0A

View File

@ -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/**