Skip to content

Commit c5b1b2e

Browse files
authored
Update .cfnlintrc.yaml
1 parent bc88178 commit c5b1b2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cfnlintrc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ ignore_templates:
139139
- tests/translator/output/**/managed_policies_everything.json # intentionally contains wrong arns
140140
- tests/translator/output/**/function_with_provisioned_poller_config.json
141141
- tests/translator/output/**/function_with_metrics_config.json
142-
- tests/translator/output/**/api_with_custom_domains_private.json
143142

144143
ignore_checks:
145144
- E2531 # Deprecated runtime; not relevant for transform tests
@@ -148,4 +147,4 @@ ignore_checks:
148147
- E3001 # Invalid or unsupported Type; common in transform tests since they focus on SAM resources
149148
- W2001 # Parameter not used
150149
- E3006 # Resource type check; we have some Foo Bar resources
151-
- W3037 # Ignore cfn-lint check for non existing IAM permissions
150+
- W3037 # Ignore cfn-lint check for non existing IAM permissions

0 commit comments

Comments
 (0)