From c1ae0e6366480bc2445914c574b5bab10377297f Mon Sep 17 00:00:00 2001 From: Mestery Date: Thu, 17 Feb 2022 20:11:57 +0100 Subject: [PATCH] build: disable empty-lines yamllint rule Refs: https://github.com/adrienverge/yamllint/issues/444 --- .yamllint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.yamllint.yaml b/.yamllint.yaml index c8e63ec722006e..def857ae8eedac 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -23,8 +23,7 @@ rules: level: error present: false - empty-lines: - max: 1 + empty-lines: disable indentation: spaces: 2