Update Markdown validations
This commit is contained in:
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