From a6f162851ff836cd6643c94959bde41ec3eff443 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 9 Nov 2023 14:03:38 +0530 Subject: [PATCH] Updated .yamllint --- .yamllint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 7792649366..1124ce8679 100644 --- a/.yamllint +++ b/.yamllint @@ -9,6 +9,7 @@ ignore: | rules: document-start: disable + comments-indentation: disable line-length: disable new-lines: disable new-line-at-end-of-file: disable @@ -22,4 +23,4 @@ rules: braces: forbid: true brackets: - forbid: true \ No newline at end of file + forbid: true