13 lines
390 B
YAML
13 lines
390 B
YAML
---
|
|
# Warning: 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'
|