From 8e31f045d536ad572391c1be160789b53c0c1d19 Mon Sep 17 00:00:00 2001 From: okuzawats Date: Sun, 21 Jul 2024 05:46:17 +0900 Subject: [PATCH] disable quoted-strings --- .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