From 7f7ec4c6360a29fca726616828f9481145ea320e Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 22 Mar 2021 21:34:24 +0100 Subject: [PATCH] allow longer lines --- .yamllint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index cb32cb1..e9713ae 100644 --- a/.yamllint +++ b/.yamllint @@ -2,7 +2,7 @@ extends: default rules: - # 150 chars should be enough, but don't fail if a line is longer + # 170 chars should be enough, but don't fail if a line is longer line-length: - max: 150 + max: 170 level: warning