Andrew Tatomyr
Andrew Tatomyr
@antonyc which version of Redocly CLI are you using? Could you also provide a minimal reproducible example?
Closing this as fixed then. Feel free to reopen if I'm missing something.
Hi @laellyo, Maybe ignoring these exact errors could help in your case? Please see the docs: https://redocly.com/docs/cli/commands/lint/#generate-ignore-file This won't help with validating the content of a ref though.
It looks similar to https://github.com/Redocly/redoc/issues/2474. Transferring to the Redoc repository.
Hey @tarasstruk! Thanks for reporting this. Somehow the values and labels are getting mixed up in Firefox (see the screenshot). Anyway, I'm transferring this to the Redoc repository as I...
Should be fixed in `v1.0.0-beta.127`.
Hi @nicobao, You can write your plugin in TS, but you have to transpile the code to JS yourself before importing the plugin. Regarding testing, you can check [this example](https://github.com/tatomyr/redocly-custom-rule-testing-example/blob/main/lint.test.js)....
I believe we should also cover `plugins` and `extends`. To me there's sense to proceed with a config which is trying to extend from non-existing config or a plugin. I...
Hi @Ellenwief, Are you sure your example is valid? The `paths` section contains duplicated keys.
I'm transferring the issue to Redoc project.