You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ VS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation template
4
4
5
5
## Features
6
6
7
-
Uses cfn-lint to parse and show issues with CloudFormation templates
7
+
Uses [cfn-lint](https://github.com/awslabs/cfn-python-lint) to parse and show issues with CloudFormation templates
8
8
9
9
For example if there is an image subfolder under your extension project workspace:
10
10
@@ -22,3 +22,7 @@ More information about cfn-lint can be found [here](https://github.com/awslabs/c
22
22
*`cfnLint.appendRules`: Array of paths containing additional Rules
23
23
*`cfnLint.ignoreRules`: Array of Rule Ids to be ignored
24
24
*`cfnLint.overrideSpecPath`: Path to an Specification overrule file
25
+
26
+
## Contribute
27
+
28
+
The code for this plugin can be found on GitHub at [awslabs/aws-cfn-lint-visual-studio-code](https://github.com/awslabs/aws-cfn-lint-visual-studio-code)
0 commit comments