Andrew Tatomyr
Andrew Tatomyr
Thanks for reporting! I vaguely remember we fixed a similar issue with evaluating schemas with nested allOfs and co some time ago.
@champtar, as @jeremyfiel said, you'll need to write a [custom rule using plugin](https://redocly.com/docs/cli/custom-plugins/custom-rules) if you want to use that now. You can check out our [cookbook](https://github.com/Redocly/redocly-cli-cookbook/tree/main/custom-plugin-rules) as well for more...
This is a regression bug. Thanks for reporting it! Meanwhile you can use a version prior to v0.5.
@duncanbeevers @jeremyfiel could you confirm it is fixed in v0.5.3?
Hmm, that's strange. What version did it start failing on Windows?
Thanks. Will look into that.
Should be fixed in `v0.6.2`.
I'd prefer having this as a new ruleset instead of separate rules. First, they are closely related and it makes sense to use them together. Second, there's no particular complexity...
@adamaltman the simplest way is to define the ruleset right here and use the link to the raw file. E.g., we can reference [this ruleset](https://github.com/Redocly/redocly-cli-cookbook/blob/main/rulesets/common-mistakes/redocly.yaml) with the following link: https://raw.githubusercontent.com/Redocly/redocly-cli-cookbook/refs/heads/main/rulesets/common-mistakes/redocly.yaml.
@jeremyfiel I'd host it here for transparency. Just use the `rulesets/` folder for your example.