aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

Add exclusion settings for CloudFormation linting

Open johnsarie27 opened this issue 2 months ago • 1 comments

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"
    ]
}

johnsarie27 avatar Nov 20 '25 15:11 johnsarie27

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 avatar Nov 22 '25 12:11 johnsarie27

@johnsarie27 this feature was added in toolkit version 3.90.0. Please let us know if you have any further feedback

atennak1 avatar Dec 11 '25 20:12 atennak1

@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?

johnsarie27 avatar Dec 12 '25 00:12 johnsarie27