- 
                Notifications
    
You must be signed in to change notification settings  - Fork 170
 
Open
Description
"cfnLint.appendRules": [ { "customTags": ["xxxx:system", "xxxx:data-classification"], "rules": { "xxxx:system": { "type": "string", "pattern": "^[a-zA-Z0-9-:]+$", "maxLength": 50 }, "xxxx:data-classification": { "type": "string", "enum": ["public", "restricted", "general"] } }, } ]
This setting still alerts the linter of tagging errors:

How do I extend the rules to accept the format of the tags?
Metadata
Metadata
Assignees
Labels
No labels