Skip to content

Commit 78a99c7

Browse files
authored
Merge pull request #126 from arduino/per1234/correct-env-docs
Update configuration environment variable names in docs
2 parents bc4c5ca + 84eb84f commit 78a99c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ The `--report-file` flag causes **arduino-lint** to write the JSON output to the
5858

5959
Additional configuration options intended for internal use or development can be set via environment variables:
6060

61-
- `ARDUINO_CHECK_OFFICIAL` - Set to `"true"` to run the checks that only apply to official Arduino projects.
62-
- `ARDUINO_CHECK_LOG_LEVEL` - Messages with this level and above will be logged.
61+
- `ARDUINO_LINT_OFFICIAL` - Set to `"true"` to run the checks that only apply to official Arduino projects.
62+
- `ARDUINO_LINT_LOG_LEVEL` - Messages with this level and above will be logged.
6363
- Supported values: `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `panic`
64-
- `ARDUINO_CHECK_LOG_FORMAT` - The output format for the logs.
64+
- `ARDUINO_LINT_LOG_FORMAT` - The output format for the logs.
6565
- Supported values: `text`, `json`
6666

6767
## Continuous integration

0 commit comments

Comments
 (0)