Skip to content

Commit 0289f55

Browse files
committed
Fix rst spacing
1 parent 80435af commit 0289f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/user_guide/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,14 @@ For a **private** project
226226
^^^^^^^^^^^^^^^^^^^^^^^^^
227227
1. Specify in the `noxconfig.py` the relative path to the project's source code in `Config.source`
228228
.. code-block:: python
229+
229230
source: Path = Path("exasol/<project-source-folder>")
230231
2. Add the 'PRIVATE_SONAR_TOKEN' to the 'Organization secrets' in GitHub (this requires a person being a GitHub organization owner)
231232
3. Activate the `exasonarqubeprchecks App <https://github.com/apps/exasonarqubeprchecks>`_
232233
4. Create a project on https://sonar.exasol.com
233234
5. Add the following information to the project's file `pyproject.toml`
234235
.. code-block:: toml
236+
235237
[tool.sonar]
236238
projectKey = "com.exasol:<project-key>"
237239
hostUrl = "https://sonar.exasol.com"

0 commit comments

Comments
 (0)