-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
More docs for beginners to use cloudformation linter #3172
Conversation
This is interesting and really useful. I applied the same concept to openapi files that can be written in YAML or JSON (see #2782 ). Just a note: setting the filetype to |
Didn't know that, Will Change it thanks!
|
I am not familiar with Cloudformation file format so I can only provide generic advice:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go.
I added more info to cloudformation linter docs cause its hard to get it to work for beginners because it won't work out of the box. I made the easiest changes that I could think above. We can make it more robust using a func to detect cloudformation files based on its contents. Will add it later if this PR get through.