Skip to content

Update configuration environment variable names in docs #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ The `--report-file` flag causes **arduino-lint** to write the JSON output to the

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

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

## Continuous integration
Expand Down