From f839aeb59bd125ea28bb27054991e4b2c4453601 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 13 Oct 2023 11:56:37 +0000 Subject: [PATCH] Bug 1858299 - moz.yaml file should not start with --- r=tjr That's usually a requirement for yaml files, but this break updatebot, so add an exception here. Differential Revision: https://phabricator.services.mozilla.com/D190651 --- .yamllint | 5 +++++ tools/fuzzing/libfuzzer/moz.yaml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.yamllint b/.yamllint index c64c3897285a..feeea94d064b 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,11 @@ --- extends: default +rules: + document-start: + ignore: | + **/moz.yaml + ignore: | *node_modules* *bad.yml diff --git a/tools/fuzzing/libfuzzer/moz.yaml b/tools/fuzzing/libfuzzer/moz.yaml index b0be448cb57c..f8074d07ed16 100644 --- a/tools/fuzzing/libfuzzer/moz.yaml +++ b/tools/fuzzing/libfuzzer/moz.yaml @@ -1,6 +1,3 @@ ---- ---- - schema: 1 bugzilla: