-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function "isCloudFormation()" needs to be updated? #99
Comments
Also, should we not be checking for SAM templates as well? (i.e. |
It wouldn't hurt to add, but SAM templates should already be detected by the existing logic |
This was referenced Jul 30, 2020
This was referenced Aug 24, 2020
This was referenced Sep 1, 2020
Closed
PatMyron
added a commit
to PatMyron/aws-cfn-lint-visual-studio-code
that referenced
this issue
Oct 1, 2021
kddejong
added a commit
that referenced
this issue
Oct 13, 2021
* Recognize templates with Registry types #99 https://github.com/aws-cloudformation/cloudformation-resource-schema/#resource-type-name * tightening regular expression pattern Co-authored-by: Kevin DeJong <kddejong@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code says
https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/blob/edd51fb86441a1c48d294c4b664189c6f4d11399/server/src/server.ts#L133
But the docs say:
The text was updated successfully, but these errors were encountered: