redocly-cli
redocly-cli copied to clipboard
Redocly CLI warns about unused rules when linting asyncAPI with the recommended ruleset
Describe the bug
Running redocly lint <async-api-description> produces this warning:
Expected behavior
Ideally, there should be no warning.
API description Any async API 2.6/3 description.
Redocly Version(s)
v1.24.0, but it's there since introducing AsyncAPI linting.
Additional context
The reason is inside file packages/core/src/config/recommended.ts. But we cannot simply fix it, because we can lose our extend functionality.
Please, make sure it works as expected.
Fixed in v1.26.0.