From fcb48a04ec361477bef5a25e267be056af4998e9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 2 Aug 2024 13:59:33 -0400 Subject: [PATCH] fix: tolerate trailing spaces in oci-copy task There are some indented heredocs there that need the trailing whitespace to correctly format a string to be signed for aws requests. --- .yamllint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 3d09b14476..656478e45c 100644 --- a/.yamllint +++ b/.yamllint @@ -22,7 +22,9 @@ rules: new-lines: enable octal-values: enable quoted-strings: disable - trailing-spaces: enable + trailing-spaces: + ignore: | + task/oci-copy* truthy: level: warning