Update Markdown validations

This commit is contained in:
Edward Firmo
2024-01-05 08:25:57 +01:00
parent 763693c2ca
commit 797698ed4f
6 changed files with 34 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
{
"line-length": 200
}

13
.rules/yamllint.yml Normal file
View File

@@ -0,0 +1,13 @@
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: default
rules:
anchors:
forbid-undeclared-aliases: true
forbid-duplicated-anchors: true
# 255 chars should be enough, but don't fail if a line is longer
line-length:
max: 200
#level: warning