Skip to content

Commit

Permalink
fix: tolerate trailing spaces in oci-copy task
Browse files Browse the repository at this point in the history
There are some indented heredocs there that need the trailing
whitespace to correctly format a string to be signed for aws requests.
  • Loading branch information
ralphbean committed Aug 2, 2024
1 parent 327cfc6 commit fcb48a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fcb48a0

Please sign in to comment.