From c5cfe976e3d7cf2e9b9aa1a9621c8e0aee2391f9 Mon Sep 17 00:00:00 2001 From: okuzawats Date: Sat, 20 Jul 2024 06:31:44 +0900 Subject: [PATCH] Revert "enable double quote" This reverts commit 850626dc657c25fccff317b2e918f81d09ae32bb. --- .yamllint | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index a8a580b..48a4f8b 100644 --- a/.yamllint +++ b/.yamllint @@ -34,7 +34,6 @@ rules: level: warning new-lines: enable octal-values: disable - quoted-strings: - quote-type: double + quoted-strings: disable trailing-spaces: disable truthy: disable