Skip to content

Commit

Permalink
📝 Add full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
taport authored and tiulpin committed Dec 11, 2024
1 parent a013199 commit d55641c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ It runs one of Qodana Docker's images
Note that most options can be configured via qodana.yaml (https://www.jetbrains.com/help/qodana/qodana-yaml.html) file.
But you can always override qodana.yaml options with the following command-line options.

Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
Supply the qodana project token by declaring `QODANA_TOKEN` as environment variable.

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


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

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

Supply the qodana project token by declaring the `QODANA_TOKEN` environment variable
Supply the qodana project token by declaring `QODANA_TOKEN` as environment variable.

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

```shell
qodana send [flags]
Expand Down

0 comments on commit d55641c

Please sign in to comment.