Skip to content

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

 
 

Repository files navigation

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

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

  • TypeScript 100.0%