2022-07-23 23:45:48 +05:30
|
|
|
---
|
2022-08-27 11:52:29 +05:30
|
|
|
# Warning: gitlab.EOLWhitespace
|
2022-07-23 23:45:48 +05:30
|
|
|
#
|
|
|
|
# Checks that there is no useless whitespace at the end of lines.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2022-07-23 23:45:48 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Remove whitespace characters from the end of the line."
|
2022-07-23 23:45:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/versions.html
|
|
|
|
level: warning
|
|
|
|
scope: raw
|
|
|
|
raw:
|
|
|
|
- ' +\n'
|