Welcome to mirror list, hosted at ThFree Co, Russian Federation.

EOLWhitespace.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 483db0cafe62e0b1fbda43ac3e49000dca6eea05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# 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'