chore: 1.0.0-beta.126 (#1069)

This commit is contained in:
Ihor Karpiuk
2023-05-10 13:06:29 +03:00
committed by GitHub
parent 3bf1270d83
commit ebbdc17488
7 changed files with 39 additions and 12 deletions

View File

@@ -106,6 +106,13 @@ redocly lint --config=./another/directory/config.yaml
The `--extends` option allows you to extend the existing configuration. This option accepts one of the following values: `minimal`, `recommended`, `all`. Each of the values is a base set of rules that the lint command will use. You can further modify this set in cases when you want to have your own set of rules based on the existing one, including particular rules that cover your specific needs.
:::warning Important
When you run the `lint` command without a configuration file, it uses the `extends: recommended` by default.
However, if you have a configuration file, but it doesn't include any rules or extends configuration, the `lint` command shows an error.
:::
### Format
#### Codeframe (default)