Skip to content

Wrong configuration for Sonar documentation #589

@tomuben

Description

@tomuben

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)

Metadata

Metadata

Assignees

Labels

documentationUser guides, tutorials, specifications

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions