From 7f029f5ecba21b16c5de5c55105d7c728dca64b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 29 Aug 2023 22:17:27 +0000 Subject: [PATCH] Fix disabling line-length --- .yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint.yml b/.yamllint.yml index e719139..2f3aab1 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -14,7 +14,7 @@ rules: indentation: spaces: 4 indent-sequences: false - line-length: false + line-length: "disable" quoted-strings: quote-type: "double" required: true