From 1a70aebb22151cc6d867e40d1a86a1f63373e47f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Wed, 24 Apr 2024 10:10:28 +0200
Subject: [PATCH] style: accept three blank lines in YAML files

---
 .yamllint | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.yamllint b/.yamllint
index 7c0f15c..a8a398b 100644
--- a/.yamllint
+++ b/.yamllint
@@ -21,3 +21,5 @@ rules:
     forbid-explicit-octal: false
   line-length: disable
   truthy: enable
+  empty-lines:
+    max: 3
-- 
GitLab