From ffa8470f5281ad6c961d2cc48def8785ffdb2438 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 2 May 2023 10:28:37 +0100 Subject: [PATCH 1/2] Update the key for yaml lint --- resources/linting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linting.json b/resources/linting.json index efe412d0..9a87b64d 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -48,7 +48,7 @@ "phive-install": { "alias": "j13k/yaml-lint", "bin": "%target-dir%/yaml-lint", - "sig": "D684BDC6C6CAB80F" + "sig": "985E1E22802973B2" } }, "test": "yaml-lint --version", From 409fe8f2c3cdba4cde3366fb047f295290a6643a Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 2 May 2023 13:09:14 +0100 Subject: [PATCH 2/2] Exclude yaml-lint on PHP 8.0 --- resources/linting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linting.json b/resources/linting.json index 9a87b64d..a73cea59 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -52,7 +52,7 @@ } }, "test": "yaml-lint --version", - "tags": ["linting"] + "tags": ["exclude-php:8.0", "linting"] }, { "name": "twig-linter",