2022-05-20 08:08:50 -04:00
|
|
|
---
|
2022-08-12 14:11:09 -04:00
|
|
|
# Warning: gitlab.EOLWhitespace
|
2022-05-20 08:08:50 -04:00
|
|
|
#
|
|
|
|
# Checks that there is no useless whitespace at the end of lines.
|
|
|
|
#
|
2022-10-25 05:10:14 -04:00
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2022-05-20 08:08:50 -04:00
|
|
|
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'
|