From 8c4bb43f032898534251429c5bde78ed1060e42b Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 1 Nov 2024 19:51:30 +0100 Subject: [PATCH] fixed comments to rules.yaml --- .yamllint/rules.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.yamllint/rules.yaml b/.yamllint/rules.yaml index c1d9fcc8..95596ed4 100644 --- a/.yamllint/rules.yaml +++ b/.yamllint/rules.yaml @@ -26,8 +26,8 @@ rules: type: unix #quoted-strings: - # quote-type: any - # required: true - # extra-required: [] - # extra-allowed: [] - # allow-quoted-quotes: false + #quote-type: any + #required: true + #extra-required: [] + #extra-allowed: [] + #allow-quoted-quotes: false -- 2.47.3