We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWSTemplateFormatVersion: "2010-09-09" Resources: # Unsupported Type "AWS::EC2::Instance1" MyEC2Instance1: Type: "AWS::EC2::Instance1" Metadata:
This minimal config makes the linter fail silently -- no errors are shown.
Running cfn-lint manually returns E0000 Null value at line [...]
cfn-lint
E0000 Null value at line [...]
The text was updated successfully, but these errors were encountered:
This is because --ignore-bad-template is supplied to cfn-lint
--ignore-bad-template
cfn-lint-atom/lib/atom-cfn-lint.js
Line 168 in 60f95f6
@kddejong would you be OK with us removing this? Can make PR
Sorry, something went wrong.
No branches or pull requests
This minimal config makes the linter fail silently -- no errors are shown.
Running
cfn-lint
manually returnsE0000 Null value at line [...]
The text was updated successfully, but these errors were encountered: