Use yamllint default

More strict rules
This commit is contained in:
Edward Firmo
2023-12-18 14:14:30 +01:00
parent e812a4e738
commit a608348424
2 changed files with 206 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: relaxed
extends: default
rules:
anchors:
@@ -9,5 +9,5 @@ rules:
# 255 chars should be enough, but don't fail if a line is longer
line-length:
max: 255
max: 200
level: warning