File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments