From ec55d5970b74886fca3d017d0de090a8f7cd5ceb Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Fri, 18 Nov 2022 08:58:19 +0100 Subject: [PATCH] :rotating_light: yamllint: Ignore line-length warnings We have quite some long lines where it makes no sense to split them. Those warnings distract more than they help. --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index da54cad..2522155 100644 --- a/.yamllint +++ b/.yamllint @@ -2,6 +2,7 @@ extends: default rules: + line-length: disable truthy: allowed-values: - 'true'