File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
user_guide/features/metrics
project-template/{{cookiecutter.repo_name}} Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Unreleased
2+
3+ ## Documentation
4+
5+ * #589 : Corrected configuration for Sonar documentation for host.url
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ ignore_errors = true
6565
6666[tool .sonar ]
6767projectKey = " com.exasol:{{cookiecutter.repo_name}}"
68- hostUrl = " https://sonarcloud.io"
68+ host.url = " https://sonarcloud.io"
6969organization = " exasol"
7070exclusions = " exasol/{{cookiecutter.package_name}}/version.py"
Original file line number Diff line number Diff line change @@ -120,6 +120,6 @@ poetry-plugin-export = ">=1.8"
120120
121121[tool .sonar ]
122122projectKey = " com.exasol:python-toolbox"
123- hostUrl = " https://sonarcloud.io"
123+ host.url = " https://sonarcloud.io"
124124organization = " exasol"
125125exclusions = " exasol/toolbox/version.py"
You can’t perform that action at this time.
0 commit comments