Skip to content

Commit 8e23fb1

Browse files
committed
Corrected configuration for Sonar documentation for host.url
1 parent 2c35dad commit 8e23fb1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Unreleased
2+
3+
## Documentation
4+
5+
* #589: Corrected configuration for Sonar documentation for host.url

doc/user_guide/features/metrics/sonar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In the code
5353
5454
[tool.sonar]
5555
projectKey = "<sonar-project-key>"
56-
hostUrl = "https://sonarcloud.io"
56+
host.url = "https://sonarcloud.io"
5757
organization = "exasol"
5858
exclusions = "<source-directory>/version.py,<source_directory>/<directory-to-ignore>/*"
5959
@@ -98,7 +98,7 @@ In the code
9898
9999
[tool.sonar]
100100
projectKey = "com.exasol:<project-key>"
101-
hostUrl = "https://sonar.exasol.com"
101+
host.url = "https://sonar.exasol.com"
102102
organization = "exasol"
103103
exclusions = "<source-directory>/version.py,<source_directory>/<directory-to-ignore>/*"
104104

project-template/{{cookiecutter.repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ ignore_errors = true
6565

6666
[tool.sonar]
6767
projectKey = "com.exasol:{{cookiecutter.repo_name}}"
68-
hostUrl = "https://sonarcloud.io"
68+
host.url = "https://sonarcloud.io"
6969
organization = "exasol"
7070
exclusions = "exasol/{{cookiecutter.package_name}}/version.py"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ poetry-plugin-export = ">=1.8"
120120

121121
[tool.sonar]
122122
projectKey = "com.exasol:python-toolbox"
123-
hostUrl = "https://sonarcloud.io"
123+
host.url = "https://sonarcloud.io"
124124
organization = "exasol"
125125
exclusions = "exasol/toolbox/version.py"

0 commit comments

Comments
 (0)