🚨 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:
parent
d37b6cea82
commit
ec55d5970b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
truthy:
|
||||
allowed-values:
|
||||
- 'true'
|
||||
|
|
Loading…
Reference in a new issue