From 91b1267e0df2f3b5c247245675ae9efde86c6a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teguayco=20Guti=C3=A9rrez?= Date: Mon, 11 Dec 2023 14:28:17 +0100 Subject: [PATCH] Set quoted strings to true --- .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 2a25d308b..87d849631 100644 --- a/.trunk/configs/.yamllint.yaml +++ b/.trunk/configs/.yamllint.yaml @@ -1,7 +1,7 @@ rules: trailing-spaces: {} quoted-strings: - required: false + required: true key-duplicates: {} octal-values: forbid-implicit-octal: true