From d31d0c37c3b6303c8a8b6cd6b102a29ab0f4efa7 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 27 Nov 2023 15:17:25 +0000 Subject: [PATCH] Bug 1850914 - exclude taskgraph test params from yamllint. r=ahal,releng-reviewers,bhearsum Differential Revision: https://phabricator.services.mozilla.com/D190956 --- taskcluster/.yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/.yamllint b/taskcluster/.yamllint index 565358489b4b..8b464b1e2d05 100644 --- a/taskcluster/.yamllint +++ b/taskcluster/.yamllint @@ -1,6 +1,7 @@ --- ignore: | *node_modules* + **/test/params/ extends: default