Andrew Tatomyr
Andrew Tatomyr
**Describe the bug** Using assertions, I want to detect `PathItems ` which keys match some pattern. According to [the docs](https://redocly.com/docs/cli/rules/assertions/#assertion-object), if `property` key isn't specified, assertions should evaluate against the...
**Describe the bug** If a valid part of a definition is being referenced from a section that does not expect this syntax, the linter shows an incorrect message inside the...
**Describe the bug** Rule `path-excludes-patterns` reports on `PathItem` value instead of a key when referencing the `PathItem` value. **To Reproduce** Steps to reproduce the behavior: 1. Given this `.redocly.yaml` file:...
**Is your feature request related to a problem? Please describe.** Consider this definition sample: ``` openapi: 3.0.0 components: parameters: foo: in: query name: foo schema: type: string format: ipv4 example:...
**Is your feature request related to a problem? Please describe.** It is not possible to skip an assertion, since `--skip-rule` option doesn't work for assertions. **Describe the solution you'd like**...
**Describe the bug** Sometimes we get the following error: ``` - Cannot read properties of null (reading 'allOf'). ``` However, it isn't clear where exactly to look. Moreover, there may...
**Is your feature request related to a problem? Please describe.** Certain node types aren't available as assertion subjects (e. g. `ExampleMap`). **Describe the solution you'd like** Users should be able...
## What/Why/How? Currently we provide the default fallback with the `recommended` ruleset if there's no `extends` explicitly set up in a Redocly config file or there's no config file at...
## What/Why/How? WIP ATM the resulting package (`cd packages/cli && npm pack`) contains tests. This intends to fix this. ## Reference ## Testing ## Screenshots (optional) ## Check yourself -...
## What/Why/How? Closes https://github.com/Redocly/redocly-cli/issues/462 In order to not fail when bundling, `$anchor`s need to be resolved correctly. I decided to collect all `$anchors` into `anchorRefsMap` while walking a document. ##...