Replies: 2 comments 1 reply
-
maybe it is possible to ignore some validation issues? but it may be best to provide loader class if static analysis is related to python somehow. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, We also have a need to establish references between YAML documents, which does not exist in the YAML standard. Can you detail your solution? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i had implemented custom tag that adds tags from another file like this:

and so as you can see it cant be handler by yaml validator. Just want to ask if it possible to add support for such. I m using PyYaml custom Loader.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions