Lint YAML.

This commit is contained in:
Kevin Deldycke
2020-10-23 10:17:07 +02:00
parent 09de08aec0
commit 643ba9fa07
5 changed files with 29 additions and 19 deletions

View File

@@ -1,11 +1,15 @@
# See example at: https://github.com/avto-dev/markdown-lint/blob/master/lint/config/changelog.yml
# Line length <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013>
# See example at:
# https://github.com/avto-dev/markdown-lint/blob/master/lint/config
# /changelog.yml
---
# Line length
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013
# XXX Temporary disabled because of line continuation edge-case. See:
# https://github.com/DavidAnson/markdownlint/issues/302
MD013: false
# Inline HTML <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033>
# Inline HTML
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033
# is allowed for beautiful rendering on GitHub.
MD033:
# Whitelist elements used to render centered images and footnotes on GitHub.