Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 956 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 956 Bytes

vscode-cfn-lint

VS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation templates.

Features

Uses cfn-lint to parse and show issues with CloudFormation templates

For example if there is an image subfolder under your extension project workspace:

features

Requirements

Requires cfn-lint to be installed: pip install cfn-lint

More information about cfn-lint can be found here

Extension Settings

  • cfnLint.path: path to the cfn-lint command
  • cfnLint.appendRules: Array of paths containing additional Rules
  • cfnLint.ignoreRules: Array of Rule Ids to be ignored
  • cfnLint.overrideSpecPath: Path to an Specification overrule file

Contribute

The code for this plugin can be found on GitHub at awslabs/aws-cfn-lint-visual-studio-code