-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
documentationUser guides, tutorials, specificationsUser guides, tutorials, specifications
Description
Summary
Wrong configuration for Sonar documentation
Details
In https://exasol.github.io/python-toolbox/main/user_guide/features/metrics/sonar.html
the documentation says the host URL should be:
hostUrl = <some value>
But in fact, this is wrong and must be:
host.url = <some value>
Background & Context
See https://github.com/exasol/script-languages-release-c4/actions/runs/19038912725/job/54371827419
=> The commit belonging to the CI run uses hostUrl = "https://sonar.exasol.com", but Sonar tried to use "https://sonarcloud.io/"
References
See Sonar documentation https://docs.sonarsource.com/sonarqube-server/2025.1/analyzing-source-code/analysis-parameters/#server-connection
Task(s)
ArBridgeman
Metadata
Metadata
Assignees
Labels
documentationUser guides, tutorials, specificationsUser guides, tutorials, specifications