Skip to content

Commit 237083c

Browse files
committed
📝 Add full stop
1 parent 44e0e3b commit 237083c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ It runs one of Qodana Docker's images
162162
Note that most options can be configured via qodana.yaml (https://www.jetbrains.com/help/qodana/qodana-yaml.html) file.
163163
But you can always override qodana.yaml options with the following command-line options.
164164

165-
Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
165+
Supply the qodana project token by declaring `QODANA_TOKEN` as environment variable.
166166

167-
If you are using other Qodana Cloud instance than https://qodana.cloud/, override it with declaring `QODANA_ENDPOINT` environment variable.
167+
If you are using another Qodana Cloud instance than https://qodana.cloud/, override it by declaring `QODANA_ENDPOINT` as environment variable.
168168

169169

170170
```shell
@@ -253,9 +253,9 @@ Send the report (qodana.sarif.json and other analysis results) to Qodana Cloud.
253253

254254
If report directory is not specified, the latest report will be fetched from the default linter results location.
255255

256-
Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
256+
Supply the qodana project token by declaring `QODANA_TOKEN` as environment variable.
257257

258-
If you are using other Qodana Cloud instance than https://qodana.cloud/, override it with declaring `QODANA_ENDPOINT` environment variable.
258+
If you are using another Qodana Cloud instance than https://qodana.cloud/, override it by declaring `QODANA_ENDPOINT` as environment variable.
259259

260260
```shell
261261
qodana send [flags]

0 commit comments

Comments
 (0)