From 362daf90b4d30d3408f972fef3e4ba191c979180 Mon Sep 17 00:00:00 2001 From: Chris Rehn <1280602+hoffa@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:48:28 -0800 Subject: [PATCH] ci: ignore unused parameter cfn-lint rule --- .cfnlintrc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cfnlintrc.yaml b/.cfnlintrc.yaml index ccc16236e..17d090245 100644 --- a/.cfnlintrc.yaml +++ b/.cfnlintrc.yaml @@ -125,3 +125,4 @@ ignore_checks: - E2531 # Deprecated runtime; not relevant for transform tests - W2531 # EOL runtime; not relevant for transform tests - E3001 # Invalid or unsupported Type; common in transform tests since they focus on SAM resources + - W2001 # Parameter not used