From 01fbeefdfffc019a0c2f43c5c7bb1a0658320b8e Mon Sep 17 00:00:00 2001 From: Charles Coulombe Date: Mon, 23 Sep 2024 16:51:17 -0400 Subject: [PATCH] Update .yamllint disable line-length rule --- .yamllint | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.yamllint b/.yamllint index 892930d..ba17c70 100644 --- a/.yamllint +++ b/.yamllint @@ -8,9 +8,7 @@ yaml-files: # https://yamllint.readthedocs.io/en/stable/rules.html rules: - line-length: - max: 120 - level: warning + line-length: disable document-start: present: false