Add exclusion settings for CloudFormation linting
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"
]
}
cannot reproduce
This is not a bug/defect to reproduce. It's a feature request (see issue tags). The example provided demonstrates how other plugins implement the same feature.
@johnsarie27 this feature was added in toolkit version 3.90.0. Please let us know if you have any further feedback
@johnsarie27 this feature was added in toolkit version 3.90.0. Please let us know if you have any further feedback
Thank you @atennak1. Can you point me to any documentation you have on the configuration of this new feature?