From 13efd106d963298068082a0c0f4de6c64f5da154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teguayco=20Guti=C3=A9rrez?= Date: Mon, 11 Dec 2023 14:29:37 +0100 Subject: [PATCH] Revert quoted-strings to false --- .trunk/configs/.yamllint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trunk/configs/.yamllint.yaml b/.trunk/configs/.yamllint.yaml index 87d849631..2a25d308b 100644 --- a/.trunk/configs/.yamllint.yaml +++ b/.trunk/configs/.yamllint.yaml @@ -1,7 +1,7 @@ rules: trailing-spaces: {} quoted-strings: - required: true + required: false key-duplicates: {} octal-values: forbid-implicit-octal: true