summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/SentenceSpacing.yml
blob: b061f7f6f9e45e375e00ecb400a03862be5ad2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# Check for the following in common content scenarios:
#
# - No spaces.
# - More than one space.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: '"%s" must contain one and only one space.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#punctuation
level: error
nonword: true
tokens:
  - '[a-z][.?!,][A-Z]'
  - '[\w.?!,\(\)\-":] {2,}[\w.?!,\(\)\-":]'