feat(ibm-redirect-response-body): introduce new validation rule#758
Merged
feat(ibm-redirect-response-body): introduce new validation rule#758
Conversation
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
…-validator into lt/add-redirect-rule
pyrooka
reviewed
Sep 19, 2025
Member
pyrooka
left a comment
There was a problem hiding this comment.
A few small issues to fix - as we discussed in person. And please update documentation of the response-status-codes rule too.
pyrooka
reviewed
Sep 22, 2025
Member
pyrooka
left a comment
There was a problem hiding this comment.
Just another set of comments. :)
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
pyrooka
approved these changes
Sep 23, 2025
Member
pyrooka
left a comment
There was a problem hiding this comment.
Looks pretty good, great work! 🚀
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
ibm-devx-sdk
pushed a commit
that referenced
this pull request
Sep 23, 2025
# @ibm-cloud/openapi-ruleset [1.33.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.32.1...@ibm-cloud/openapi-ruleset@1.33.0) (2025-09-23) ### Features * **ibm-redirect-response-body:** introduce new validation rule ([#758](#758)) ([ac0d8dc](ac0d8dc))
|
🎉 This PR is included in version 1.33.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
ibm-devx-sdk
pushed a commit
that referenced
this pull request
Sep 23, 2025
# ibm-openapi-validator [1.37.0](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.36.1...ibm-openapi-validator@1.37.0) (2025-09-23) ### Features * **ibm-redirect-response-body:** introduce new validation rule ([#758](#758)) ([ac0d8dc](ac0d8dc)) ### Dependencies * **@ibm-cloud/openapi-ruleset:** upgraded to 1.33.0
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a new rule that runs various checks on the on response body based the response's status code.
PR Checklist
General checklist
Please make sure that your PR fulfills the following requirements:
.secrets.baselinehas been updated as needednpm run update-utilitieshas been run if any files inpackages/utilities/srchave been updatedChecklist for adding a new validation rule: