-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Types/Resources + Macros/Transforms #1382
Comments
Sorry for missing #1115 the first time around. Until more support for Fn::Transform exists, linting the transformed template, linting with custom Resource Specifications, ignoring specific violations like |
Thanks @PatMyron, in a pinch, could people use that additional rules flag and add support? |
Adding additional rules won't help with the existing rules getting flagged in this situation Ignoring existing rules while adding additional custom rules to cover the ignored rules is definitely a possibility, but probably more difficult than some of the other options |
Is there a way to get
cfn-lint
to be friends with templates that implement custom resources that have a custom Type likeType: DVB::StackProxy::ProxyEntry
and that are later transformed with a Macro?Seems like it would need a way to add further rules…. would something like this work
--append-rules
?The text was updated successfully, but these errors were encountered: