From b30d83c9ecf7b351bd2b8cbd2d939d6ec9a95013 Mon Sep 17 00:00:00 2001 From: adagio Date: Thu, 20 Jun 2024 09:20:32 -0400 Subject: [PATCH] retry .yaml ignore using documentation --- .yamllint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.yamllint.yaml b/.yamllint.yaml index 4f24722..742dbc4 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,5 +1,8 @@ extends: default +ignore: + - *.yaml + rules: comments: require-starting-space: false @@ -17,4 +20,3 @@ rules: max: 256 new-lines: type: unix - ignore: /doc/pnpm-lock.yaml