You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is that the last tag is supposed to be used as !!bool true so that the parsers always parse the value as a bool and not as a string. I had to add it because of a bug in parsing with serverless framework.
However, spectral doesn't seem to understand this and I get the following error
Cannot resolve a node with !<tag:yaml.org,2002:bool> explicit tagspectral(parser)
To Reproduce
Given this OpenAPI document '...'
Change this line to '....'
See error
Expected behavior
Spectral should not complain about this kind of a tag.
Screenshots
Environment:
Extension version: v0.2.4
VS Code version: latest
Operating System: MacOs Catalina
The text was updated successfully, but these errors were encountered:
Describe the bug
I have the following section in my vscode to support AWS cloudformation tags and some other custom tags:
My guess is that the last tag is supposed to be used as
!!bool true
so that the parsers always parse the value as a bool and not as a string. I had to add it because of a bug in parsing withserverless
framework.However, spectral doesn't seem to understand this and I get the following error
To Reproduce
Expected behavior
Spectral should not complain about this kind of a tag.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: