File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ It runs one of Qodana Docker's images
162162Note that most options can be configured via qodana.yaml (https://www.jetbrains.com/help/qodana/qodana-yaml.html ) file.
163163But 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
254254If 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
261261qodana send [flags]
You can’t perform that action at this time.
0 commit comments