Replies: 1 comment
-
I wondered this as well. You can disable validation for all files with One work-around could be to make a very permissive schema that would accept all additional properties, and then choose this for the file from the bottom bar. Edit: According to #245 the most permissive schema is an empty
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have an internal file called component.yaml and this is validated with a "pipeline component" schema.
How can I disable the schema validation for this file or for all file with this name ?
I have added a comment at the top of the file like this
this creates an error so no validation happens but this is a poor workaround.
If you have a more elegant way, that would be great !
Beta Was this translation helpful? Give feedback.
All reactions