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.
10 lines
331 B
INI
10 lines
331 B
INI
sonar.projectKey=b97a45b2-c25d-4fd1-898d-136414896ce6
|
|
sonar.projectName=stone-utils/stonelog
|
|
sonar.language=go
|
|
sonar.sources=.
|
|
sonar.exclusions=**/*_test.go, testbin/**
|
|
sonar.tests=.
|
|
sonar.test.inclusions=**/*_test.go
|
|
sonar.go.tests.reportPaths=test-report.out
|
|
sonar.go.coverage.reportPaths=coverage.out
|
|
sonar.qualitygate.wait=true |