Skip to content

Add exclusion settings for CloudFormation lintingΒ #8333

@johnsarie27

Description

@johnsarie27

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestNew feature or enhancement. May require GitHub community feedback.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions