You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the CLI parameters will override any other configuration. So it will ignore Metadata and .cfnlintrc file configurations. There is an option to add --merge-configs to merge lists.
cfn-lint -iW --merge-configs -- local/issue/3839.yaml will return no errors.
CloudFormation Lint Version
cfn-lint 1.20.0
What operating system are you using?
Amazon Linux 2
Describe the bug
I have the following metadata:
Expected behavior
if I run cfn-lint template.yaml I only see the warnings
if I run cfn-lint -iW template.yaml I still get the E3006 error
Reproduction template
The text was updated successfully, but these errors were encountered: