Update Markdown validations
This commit is contained in:
3
.rules/custom.markdownlint.jsonc
Normal file
3
.rules/custom.markdownlint.jsonc
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"line-length": 200
|
||||
}
|
||||
13
.rules/yamllint.yml
Normal file
13
.rules/yamllint.yml
Normal 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
|
||||
Reference in New Issue
Block a user