VS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation templates.
Uses cfn-lint to parse and show issues with CloudFormation templates
For example if there is an image subfolder under your extension project workspace:
Requires cfn-lint to be installed: pip install cfn-lint
More information about cfn-lint can be found here
cfnLint.path
: path to the cfn-lint commandcfnLint.appendRules
: Array of paths containing additional RulescfnLint.ignoreRules
: Array of Rule Ids to be ignoredcfnLint.overrideSpecPath
: Path to an Specification overrule file
The code for this plugin can be found on GitHub at awslabs/aws-cfn-lint-visual-studio-code