Skip to content

Commit 52fa2fe

Browse files
authored
ci: ignore unused parameter cfn-lint rule (#3003)
1 parent cd17985 commit 52fa2fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cfnlintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ ignore_checks:
125125
- E2531 # Deprecated runtime; not relevant for transform tests
126126
- W2531 # EOL runtime; not relevant for transform tests
127127
- E3001 # Invalid or unsupported Type; common in transform tests since they focus on SAM resources
128+
- W2001 # Parameter not used

0 commit comments

Comments
 (0)