🚨 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.
This commit is contained in:
Alexander Dahl 2022-11-18 08:58:19 +01:00
parent d37b6cea82
commit ec55d5970b

View file

@ -2,6 +2,7 @@
extends: default
rules:
line-length: disable
truthy:
allowed-values:
- 'true'