-
Notifications
You must be signed in to change notification settings - Fork 744
Open
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.
Description
Problem
There is currently no way to add an exclusion list for cfn-lint or cfn-guard rules
Expected behavior
Please provide the ability to add an exclusion list for cfn-lint and cfn-guard rules in the settings. The CloudFormation Linter extension does this as shown in the example below:
{
"cfnLint.ignoreRules": [
"I3042",
"I3013",
"W3045",
"E3002",
"E3512",
"E1019",
"E3031",
"W2501"
]
}khmoryz
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.