-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Is there a way to ignore validation on certain lines, similar to Yaml lint's: "Disable with comments" feature?
My specific issue is that I'm using the open-api in conjunction with a Cloud Formation and I'm calling Fn:Sub to replace some values with strings before deployment. That produces an "Incorrect Type" error, as the schema expects a string.
The validation works well for the rest of the file, but it would be great if there was a way to ignore these two errors.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels