From ed544e481d9333ceac1357f0388af1e9607a04bd Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:09:11 +0200 Subject: [PATCH] fix configuration for comments-indentation --- .yamllint | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index 67521873..d575ab3f 100644 --- a/.yamllint +++ b/.yamllint @@ -14,8 +14,7 @@ rules: brackets: min-spaces-inside: 0 max-spaces-inside: 1 # required for schema.yaml - comments-indentation: - level: disable + comments-indentation: disable indentation: spaces: consistent indent-sequences: consistent