-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add separate node type for patternProperties (#1644)
* fix: add PatternProperties type to target patternProperties separately from properties * add changeset * remove redundancy * commit redocly.yaml and update .gitignore to only target root redocly.yaml * Update .changeset/sour-pandas-wave.md Co-authored-by: JLekawa <[email protected]> --------- Co-authored-by: JLekawa <[email protected]>
- Loading branch information
Showing
10 changed files
with
79 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@redocly/openapi-core": patch | ||
"@redocly/cli": patch | ||
--- | ||
|
||
Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node. |
This file contains 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
2 changes: 1 addition & 1 deletion
2
__tests__/check-config/wrong-config-type-extensions-in-assertions/snapshot.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
9855904
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report
Test suite run success
758 tests passing in 107 suites.
Report generated by 🧪jest coverage report action from 9855904