Skip to content

kddejong/aws-cfn-lint-visual-studio-code

 
 

Repository files navigation

vscode-cfn-lint

Version Version

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

Features

  • Uses cfn-lint to parse the template and show problems with it.

  • Uses pydot to preview the template as a graph of resources.

features

Requirements

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

If you want to be able to preview templates as graphs, you also need to install pydot: pip install pydot.

Extension Settings

  • cfnLint.path: path to the cfn-lint command, optionally including parameters as well:

Contribute

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

About

Provides IDE specific integration to cfn-lint. https://github.com/awslabs/cfn-python-lint

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.9%
  • TypeScript 34.1%