Andrew Tatomyr
Andrew Tatomyr
Thank you for the contribution @pboos! I'll take a look into this once I have time.
@adamaltman it was a part of the CLI 2.0 pitch, but we only partially covered it (we removed the `labels` option in [v2](https://redocly.com/docs/cli/v2/configuration/apis)). I expect the `apis` behaviour will change...
This is a duplicate of https://github.com/Redocly/redocly-cli/issues/1658. Feel free to add any additional details there.
Wait, this is a separate issue. It goes away if we move `address` under each of the subschemas of `anyOf`. However, those syntaxes are equivalent, so the behaviour should be...
Fixed in v1.26.0.
I think the behaviour needs to be revised. @lornajane, could you take a look at this? @magnusja, @IGx89, disabling the `spec` rule is not a good workaround as it checks...
Related: https://github.com/Redocly/redocly-cli/issues/386
> When I specify a ruleset in extends, such as recommended, it applies to all formats. Please note that it applies the rules according to the specification. For example, `oas3_0Rules`...
Currently, all configurable rules are mixed together, even if they are defined under a specific rule section. We have to change the way we group them (probably in [groupStyleguideAssertionRules](https://github.com/Redocly/redocly-cli/blob/26573c47c8d4af222b3d0c024285fca44f4866cc/packages/core/src/config/config-resolvers.ts#L561)).
I think this does not comply to the OpenAPI specification. To cover your case, you can either suppress that particular warning with the [ignore file](https://redocly.com/docs/cli/commands/lint#generate-ignore-file) or write your rule via...