debian-mirror-gitlab/doc/.vale/gitlab/EOLWhitespace.yml
2022-07-23 20:15:48 +02:00

13 lines
388 B
YAML

---
# Error: gitlab.EOLWhitespace
#
# Checks that there is no useless whitespace at the end of lines.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Lines should not end with whitespace characters.'
link: https://docs.gitlab.com/ee/development/documentation/versions.html
level: warning
scope: raw
raw:
- ' +\n'