We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When you configure decorator: 'remove-unused-components' per API level it will not remove the unused To Reproduce
Steps to reproduce the behavior:
redocly.yaml
apis: testclipush@v1: root: redint.yaml decorators: remove-x-internal: on remove-unused-components: on extends: - minimal # decorators: # remove-unused-components: on
And this OpenAPI file redint.yaml.zip
Run 'redocly bundle' command
Observe that unused component 'StartDate' is not removed from the API definition
Redocly Version(s)
1.21.1
Front conversations
The text was updated successfully, but these errors were encountered:
But the remove-unused-components decorator does work on the root level, right @ZyzychO?
remove-unused-components
Sorry, something went wrong.
Yes, the decorator works on the root level. @tatomyr
Related: #1323
No branches or pull requests
Describe the bug
When you configure decorator: 'remove-unused-components' per API level it will not remove the unused
To Reproduce
Steps to reproduce the behavior:
redocly.yaml
fileAnd this OpenAPI file
redint.yaml.zip
Run 'redocly bundle' command
Observe that unused component 'StartDate' is not removed from the API definition
Redocly Version(s)
1.21.1
Front conversations
The text was updated successfully, but these errors were encountered: