From 2f5709df703714f53a3f7a5a112cf6f3313a6d6d Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 20 Mar 2023 15:15:59 +0000 Subject: [PATCH] updated for empty lines Signed-off-by: Mark Bolwell --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint b/.yamllint index 3af111e..ec46929 100644 --- a/.yamllint +++ b/.yamllint @@ -20,6 +20,8 @@ rules: brackets: max-spaces-inside: 1 level: error + empty-lines: + max: 1 line-length: disable key-duplicates: enable new-line-at-end-of-file: enable