chore: Run prettier on all docs files (#1334)

This commit is contained in:
Lorna Jane Mitchell
2023-11-17 09:45:03 +00:00
committed by GitHub
parent 166e16d6ca
commit de80612b55
83 changed files with 792 additions and 743 deletions

View File

@@ -1,39 +1,40 @@
---
slug: /docs/cli/rules/minimal
---
# Minimal ruleset
The rules contained in the minimal ruleset:
Errors:
* [no-server-trailing-slash](./no-server-trailing-slash.md)
* [no-server-variables-empty-enum](./no-server-variables-empty-enum.md)
* [no-unresolved-refs](./no-unresolved-refs.md)
* [spec](./spec.md)
- [no-server-trailing-slash](./no-server-trailing-slash.md)
- [no-server-variables-empty-enum](./no-server-variables-empty-enum.md)
- [no-unresolved-refs](./no-unresolved-refs.md)
- [spec](./spec.md)
Warnings:
* [configurable rules](./configurable-rules.md)
* [no-ambiguous-paths](./no-ambiguous-paths.md)
* [no-empty-servers](./no-empty-servers.md)
* [no-enum-type-mismatch](./no-enum-type-mismatch.md)
* [no-example-value-and-externalValue](./no-example-value-and-externalValue.md)
* [no-identical-paths](./no-identical-paths.md)
* [no-invalid-media-type-examples](./no-invalid-media-type-examples.md)
* [no-path-trailing-slash](./no-path-trailing-slash.md)
* [no-server-example.com](./no-server-example-com.md)
* [no-undefined-server-variable](./no-undefined-server-variable.md)
* [no-unused-components](./no-unused-components.md)
* [operation-2xx-response](./operation-2xx-response.md)
* [operation-operationId-unique](./operation-operationId-unique.md)
* [operation-operationId-url-safe](./operation-operationId-url-safe.md)
* [operation-operationId](./operation-operationId.md)
* [operation-parameters-unique](./operation-parameters-unique.md)
* [operation-summary](./operation-summary.md)
* [path-declaration-must-exist](./path-declaration-must-exist.md)
* [path-not-include-query](./path-not-include-query.md)
* [path-parameters-defined](./path-parameters-defined.md)
* [security-defined](./security-defined.md)
* [spec-components-invalid-map-name](./spec-components-invalid-map-name.md)
* [tag-description](./tag-description.md)
- [configurable rules](./configurable-rules.md)
- [no-ambiguous-paths](./no-ambiguous-paths.md)
- [no-empty-servers](./no-empty-servers.md)
- [no-enum-type-mismatch](./no-enum-type-mismatch.md)
- [no-example-value-and-externalValue](./no-example-value-and-externalValue.md)
- [no-identical-paths](./no-identical-paths.md)
- [no-invalid-media-type-examples](./no-invalid-media-type-examples.md)
- [no-path-trailing-slash](./no-path-trailing-slash.md)
- [no-server-example.com](./no-server-example-com.md)
- [no-undefined-server-variable](./no-undefined-server-variable.md)
- [no-unused-components](./no-unused-components.md)
- [operation-2xx-response](./operation-2xx-response.md)
- [operation-operationId-unique](./operation-operationId-unique.md)
- [operation-operationId-url-safe](./operation-operationId-url-safe.md)
- [operation-operationId](./operation-operationId.md)
- [operation-parameters-unique](./operation-parameters-unique.md)
- [operation-summary](./operation-summary.md)
- [path-declaration-must-exist](./path-declaration-must-exist.md)
- [path-not-include-query](./path-not-include-query.md)
- [path-parameters-defined](./path-parameters-defined.md)
- [security-defined](./security-defined.md)
- [spec-components-invalid-map-name](./spec-components-invalid-map-name.md)
- [tag-description](./tag-description.md)