From 2931ca6b677de9988299e0c8f9a83f6edd762604 Mon Sep 17 00:00:00 2001 From: Mestery Date: Thu, 17 Feb 2022 20:01:29 +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 c8e63ec722006ee..def857ae8eedac1 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