Skip to content

Commit 6defbdc

Browse files
committed
fix: vale errors
1 parent e36fe8a commit 6defbdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/commands/respect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ npx @redocly/cli respect <your-test-file | multiple files | files bash query> [-
9898
The following checks can be configured: `STATUS_CODE_CHECK`, `SCHEMA_CHECK`, and `CONTENT_TYPE_CHECK`.
9999
The following severity values are available:
100100

101-
- `error`: Validation failures will cause the workflow to fail
102-
- `warn`: Validation failures will be logged as warnings but won't fail the workflow
101+
- `error`: Validation failures cause the workflow to fail
102+
- `warn`: Validation failures appear as warnings but don't fail the workflow
103103
- `off`: Validation checks still run but their results are ignored
104104

105105
Note that setting severity to `off` does not prevent checks from executing - it only prevents their results from affecting the workflow outcome.
106-
For example, the following command will turn status code errors into warnings:
106+
For example, the following command turns status code errors into warnings:
107107
`npx @redocly/cli respect test-file.yaml --severity='{"STATUS_CODE_CHECK":"warn"}'`.
108108

109109
{% /table %}

0 commit comments

Comments
 (0)